mxsfb.txt 487 B

12345678910111213141516171819
  1. * Freescale MXS LCD Interface (LCDIF)
  2. Required properties:
  3. - compatible: Should be "fsl,<chip>-lcdif". Supported chips include
  4. imx23 and imx28.
  5. - reg: Address and length of the register set for lcdif
  6. - interrupts: Should contain lcdif interrupts
  7. Optional properties:
  8. - panel-enable-gpios : Should specify the gpio for panel enable
  9. Examples:
  10. lcdif@80030000 {
  11. compatible = "fsl,imx28-lcdif";
  12. reg = <0x80030000 2000>;
  13. interrupts = <38 86>;
  14. panel-enable-gpios = <&gpio3 30 0>;
  15. };