aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/display/panel/toppoly,td028ttec1.txt
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2017-11-28 16:48:54 +0100
committerTomi Valkeinen <tomi.valkeinen@ti.com>2017-12-19 10:32:00 +0200
commitc1b9d4c75cd549e08bd0596d7f9dcc20f7f6e8fa (patch)
tree836e8d14b8ea87ccc528661bda7e936b45d4eca7 /Documentation/devicetree/bindings/display/panel/toppoly,td028ttec1.txt
parentMerge tag 'drm-misc-next-2017-12-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (diff)
downloadlinux-dev-c1b9d4c75cd549e08bd0596d7f9dcc20f7f6e8fa.tar.xz
linux-dev-c1b9d4c75cd549e08bd0596d7f9dcc20f7f6e8fa.zip
omapdrm: panel: fix compatible vendor string for td028ttec1
The vendor name was "toppoly" but other panels and the vendor list have defined it as "tpo". So let's fix it in driver and bindings. We keep the old definition in parallel to stay compatible with potential older DTB setup. Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel/toppoly,td028ttec1.txt')
-rw-r--r--Documentation/devicetree/bindings/display/panel/toppoly,td028ttec1.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/toppoly,td028ttec1.txt b/Documentation/devicetree/bindings/display/panel/toppoly,td028ttec1.txt
deleted file mode 100644
index 7175dc3740ac..000000000000
--- a/Documentation/devicetree/bindings/display/panel/toppoly,td028ttec1.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-Toppoly TD028TTEC1 Panel
-========================
-
-Required properties:
-- compatible: "toppoly,td028ttec1"
-
-Optional properties:
-- label: a symbolic name for the panel
-
-Required nodes:
-- Video port for DPI input
-
-Example
--------
-
-lcd-panel: td028ttec1@0 {
- compatible = "toppoly,td028ttec1";
- reg = <0>;
- spi-max-frequency = <100000>;
- spi-cpol;
- spi-cpha;
-
- label = "lcd";
- port {
- lcd_in: endpoint {
- remote-endpoint = <&dpi_out>;
- };
- };
-};
-