fsl,tcon.txt 482 B

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