hc
2023-02-18 84d1d1bed0120e0921c876885ca9006fb9ddf42e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Device Tree bindings for Freescale TCON Driver
 
Required properties:
- compatible:        Should be one of
   * "fsl,vf610-tcon".
 
- reg:            Address and length of the register set for tcon.
- clocks:        From common clock binding: handle to tcon ipg clock.
- clock-names:        From common clock binding: Shall be "ipg".
 
Examples:
timing-controller@4003d000 {
   compatible = "fsl,vf610-tcon";
   reg = <0x4003d000 0x1000>;
   clocks = <&clks VF610_CLK_TCON0>;
   clock-names = "ipg";
};