aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2020-07-04 12:28:04 +0200
committerSam Ravnborg <sam@ravnborg.org>2020-07-10 20:50:25 +0200
commitd70cf7e0fc7648498583ccfcd54e70d2b7532549 (patch)
tree89957975dae25e653e0e4eea0bd78b32e56af848 /Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt
parentdrm: fb-helper: Convert logging to drm_* functions. (diff)
downloadlinux-dev-d70cf7e0fc7648498583ccfcd54e70d2b7532549.tar.xz
linux-dev-d70cf7e0fc7648498583ccfcd54e70d2b7532549.zip
dt-bindings: display: convert innolux,p079zca to DT Schema
As the binding matches panel-simple-dsi, added the compatible to the panel-simple-dsi list. With this change enable-gpios is now optional. v2: - It is a DSI panel, add it to panel-simple-dsi (Rob) Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Rob Herring <robh@kernel.org> Cc: Rob Herring <robh@kernel.org> Cc: Chris Zhong <zyw@rock-chips.com> Cc: Thierry Reding <thierry.reding@gmail.com> Cc: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20200704102806.735713-2-sam@ravnborg.org
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt')
-rw-r--r--Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt b/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt
deleted file mode 100644
index 3ab8c7412cf6..000000000000
--- a/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Innolux P079ZCA 7.85" 768x1024 TFT LCD panel
-
-Required properties:
-- compatible: should be "innolux,p079zca"
-- reg: DSI virtual channel of the peripheral
-- power-supply: phandle of the regulator that provides the supply voltage
-- enable-gpios: panel enable gpio
-
-Optional properties:
-- backlight: phandle of the backlight device attached to the panel
-
-Example:
-
- &mipi_dsi {
- panel@0 {
- compatible = "innolux,p079zca";
- reg = <0>;
- power-supply = <...>;
- backlight = <&backlight>;
- enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
- };
- };