About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / video / panel-dsi-cm.txt


Based on kernel version 4.3. Page generated on 2015-11-02 12:47 EST.

1	Generic MIPI DSI Command Mode Panel
2	===================================
3	
4	Required properties:
5	- compatible: "panel-dsi-cm"
6	
7	Optional properties:
8	- label: a symbolic name for the panel
9	- reset-gpios: panel reset gpio
10	- te-gpios: panel TE gpio
11	
12	Required nodes:
13	- Video port for DSI input
14	
15	Example
16	-------
17	
18	lcd0: display {
19		compatible = "tpo,taal", "panel-dsi-cm";
20		label = "lcd0";
21	
22		reset-gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>;
23	
24		port {
25			lcd0_in: endpoint {
26				remote-endpoint = <&dsi1_out_ep>;
27			};
28		};
29	};
Hide Line Numbers


About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog