Back to home page

OSCL-LXR

 
 

    


0001 Device Tree bindings for Freescale TCON Driver
0002 
0003 Required properties:
0004 - compatible:           Should be one of
0005         * "fsl,vf610-tcon".
0006 
0007 - reg:                  Address and length of the register set for tcon.
0008 - clocks:               From common clock binding: handle to tcon ipg clock.
0009 - clock-names:          From common clock binding: Shall be "ipg".
0010 
0011 Examples:
0012 timing-controller@4003d000 {
0013         compatible = "fsl,vf610-tcon";
0014         reg = <0x4003d000 0x1000>;
0015         clocks = <&clks VF610_CLK_TCON0>;
0016         clock-names = "ipg";
0017 };