m68k: Fix memblock-related crashes
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / innolux,tv123wam.txt
1 Innolux TV123WAM 12.3 inch eDP 2K display panel
2
3 This binding is compatible with the simple-panel binding, which is specified
4 in simple-panel.txt in this directory.
5
6 Required properties:
7 - compatible: should be "innolux,tv123wam"
8 - power-supply: regulator to provide the supply voltage
9
10 Optional properties:
11 - enable-gpios: GPIO pin to enable or disable the panel
12 - backlight: phandle of the backlight device attached to the panel
13
14 Example:
15         panel_edp: panel-edp {
16                 compatible = "innolux,tv123wam";
17                 enable-gpios = <&msmgpio 31 GPIO_ACTIVE_LOW>;
18                 power-supply = <&pm8916_l2>;
19                 backlight = <&backlight>;
20         };