sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / simple-panel.txt
blob1341bbf4aa3d13147de6465d5219989338b9d3b7
1 Simple display panel
3 Required properties:
4 - power-supply: regulator to provide the supply voltage
6 Optional properties:
7 - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
8 - enable-gpios: GPIO pin to enable or disable the panel
9 - backlight: phandle of the backlight device attached to the panel
11 Example:
13         panel: panel {
14                 compatible = "cptt,claa101wb01";
15                 ddc-i2c-bus = <&panelddc>;
17                 power-supply = <&vdd_pnl_reg>;
18                 enable-gpios = <&gpio 90 0>;
20                 backlight = <&backlight>;
21         };