aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/display/panel/samsung,s6e63m0.txt
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2020-04-08 21:50:37 +0200
committerSam Ravnborg <sam@ravnborg.org>2020-04-15 17:18:33 +0200
commitd4e0055b8fa084d07dfbdd6e041fd7d8b07f4dc5 (patch)
tree6ecdf8289aff63c082f64be920aeb4f1d1ce6098 /Documentation/devicetree/bindings/display/panel/samsung,s6e63m0.txt
parentdt-bindings: display: add te-gpios to panel-common (diff)
downloadlinux-dev-d4e0055b8fa084d07dfbdd6e041fd7d8b07f4dc5.tar.xz
linux-dev-d4e0055b8fa084d07dfbdd6e041fd7d8b07f4dc5.zip
dt-bindings: display: convert samsung,s6e63m0 to DT Schema
The binding for this panel is a SPI slave. v2: - Drop use of spi-slave (Maxime) - Introude unevaluatedProperties (Maxime) - Drop reg entry in example (Rob) Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Rob Herring <robh@kernel.org> Cc: Maxime Ripard <mripard@kernel.org> Cc: Rob Herring <robh@kernel.org> Cc: Jonathan Bakker <xc-racer2@live.ca> Cc: Thierry Reding <thierry.reding@gmail.com> Cc: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20200408195109.32692-5-sam@ravnborg.org
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel/samsung,s6e63m0.txt')
-rw-r--r--Documentation/devicetree/bindings/display/panel/samsung,s6e63m0.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/samsung,s6e63m0.txt b/Documentation/devicetree/bindings/display/panel/samsung,s6e63m0.txt
deleted file mode 100644
index 9fb9ebeef8e4..000000000000
--- a/Documentation/devicetree/bindings/display/panel/samsung,s6e63m0.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-Samsung s6e63m0 AMOLED LCD panel
-
-Required properties:
- - compatible: "samsung,s6e63m0"
- - reset-gpios: GPIO spec for reset pin
- - vdd3-supply: VDD regulator
- - vci-supply: VCI regulator
-
-The panel must obey rules for SPI slave device specified in document [1].
-
-The device node can contain one 'port' child node with one child
-'endpoint' node, according to the bindings defined in [2]. This
-node should describe panel's video bus.
-
-[1]: Documentation/devicetree/bindings/spi/spi-bus.txt
-[2]: Documentation/devicetree/bindings/media/video-interfaces.txt
-
-Example:
-
- s6e63m0: display@0 {
- compatible = "samsung,s6e63m0";
- reg = <0>;
- reset-gpio = <&mp05 5 1>;
- vdd3-supply = <&ldo12_reg>;
- vci-supply = <&ldo11_reg>;
- spi-max-frequency = <1200000>;
-
- port {
- lcd_ep: endpoint {
- remote-endpoint = <&fimd_ep>;
- };
- };
- };