Merge branch 'asoc-5.2' into asoc-5.3
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / feiyang,fy07024di26a30d.txt
1 Feiyang FY07024DI26A30-D 7" MIPI-DSI LCD Panel
2
3 Required properties:
4 - compatible: must be "feiyang,fy07024di26a30d"
5 - reg: DSI virtual channel used by that screen
6 - avdd-supply: analog regulator dc1 switch
7 - dvdd-supply: 3v3 digital regulator
8 - reset-gpios: a GPIO phandle for the reset pin
9
10 Optional properties:
11 - backlight: phandle for the backlight control.
12
13 panel@0 {
14         compatible = "feiyang,fy07024di26a30d";
15         reg = <0>;
16         avdd-supply = <&reg_dc1sw>;
17         dvdd-supply = <&reg_dldo2>;
18         reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* LCD-RST: PD24 */
19         backlight = <&backlight>;
20 };