summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/display/panel/rocktech,jh057n00900.txt
blob: 1b5763200cf6b22a2c1e0da914a92e822ab118b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Rocktech jh057n00900 5.5" 720x1440 TFT LCD panel

Required properties:
- compatible: should be "rocktech,jh057n00900"
- reg: DSI virtual channel of the peripheral
- reset-gpios: panel reset gpio
- backlight: phandle of the backlight device attached to the panel

Example:

	&mipi_dsi {
		panel@0 {
			compatible = "rocktech,jh057n00900";
			reg = <0>;
			backlight = <&backlight>;
			reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>;
		};
	};