1Innolux TV123WAM 12.3 inch eDP 2K display panel
2
3This binding is compatible with the simple-panel binding, which is specified
4in simple-panel.txt in this directory.
5
6Required properties:
7- compatible: should be "innolux,tv123wam"
8- power-supply: regulator to provide the supply voltage
9
10Optional properties:
11- enable-gpios: GPIO pin to enable or disable the panel
12- backlight: phandle of the backlight device attached to the panel
13
14Example:
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	};
21