]> Pileus Git - ~andy/linux/blob - Documentation/devicetree/bindings/fb/mxsfb.txt
Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[~andy/linux] / 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 };