aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt b/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt
new file mode 100644
index 000000000000..5c70a8380e58
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt
@@ -0,0 +1,23 @@
1Innolux P079ZCA 7.85" 768x1024 TFT LCD panel
2
3Required properties:
4- compatible: should be "innolux,p079zca"
5- reg: DSI virtual channel of the peripheral
6- power-supply: phandle of the regulator that provides the supply voltage
7- enable-gpios: panel enable gpio
8
9Optional properties:
10- backlight: phandle of the backlight device attached to the panel
11
12Example:
13
14 &mipi_dsi {
15 panel {
16 compatible = "innolux,p079zca";
17 reg = <0>;
18 power-supply = <...>;
19 backlight = <&backlight>;
20 enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
21 status = "okay";
22 };
23 };