Merge tag '9p-for-5.3' of git://github.com/martinetd/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / rocktech,jh057n00900.txt
1 Rocktech jh057n00900 5.5" 720x1440 TFT LCD panel
2
3 Required properties:
4 - compatible: should be "rocktech,jh057n00900"
5 - reg: DSI virtual channel of the peripheral
6 - reset-gpios: panel reset gpio
7 - backlight: phandle of the backlight device attached to the panel
8
9 Example:
10
11         &mipi_dsi {
12                 panel@0 {
13                         compatible = "rocktech,jh057n00900";
14                         reg = <0>;
15                         backlight = <&backlight>;
16                         reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>;
17                 };
18         };