Merge branch 'topic/hda-probe-defer' into for-next
[deliverable/linux.git] / Documentation / devicetree / bindings / fb / mxsfb.txt
1 * Freescale MXS LCD Interface (LCDIF)
2
3 Required properties:
4 - compatible: Should be "fsl,<chip>-lcdif". Supported chips include
5 imx23 and imx28.
6 - reg: Address and length of the register set for lcdif
7 - interrupts: Should contain lcdif interrupts
8
9 Optional properties:
10 - panel-enable-gpios : Should specify the gpio for panel enable
11
12 Examples:
13
14 lcdif@80030000 {
15 compatible = "fsl,imx28-lcdif";
16 reg = <0x80030000 2000>;
17 interrupts = <38 86>;
18 panel-enable-gpios = <&gpio3 30 0>;
19 };
This page took 0.034842 seconds and 6 git commands to generate.