About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / fb / mxsfb.txt




Custom Search

Based on kernel version 3.9. Page generated on 2013-05-02 22:58 EST.

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	};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Information is copyright its respective author. All material is available from the Linux Kernel Source distributed under a GPL License. This page is provided as a free service by mjmwired.net.