* [PATCH v4 1/4] dt-bindings: vendor-prefixes: Add Shanghai Top Display Optolelectronics vendor prefix
[not found] <20200915121912.4347-1-narmstrong@baylibre.com>
@ 2020-09-15 12:19 ` Neil Armstrong
2020-09-23 1:28 ` Rob Herring
2020-09-15 12:19 ` [PATCH v4 2/4] dt-bindings: display: panel-simple-dsi: add optional reset gpio Neil Armstrong
2020-09-15 12:19 ` [PATCH v4 3/4] dt-bindings: display: panel-simple-dsi: add TDO TL070WSH30 DSI panel bindings Neil Armstrong
2 siblings, 1 reply; 6+ messages in thread
From: Neil Armstrong @ 2020-09-15 12:19 UTC (permalink / raw)
To: thierry.reding, sam, devicetree
Cc: dri-devel, linux-amlogic, linux-kernel, Neil Armstrong
Shanghai Top Display Optolelectronics Co., Ltd is a display manufacturer
from Shanghai.
Web site of the company: http://www.shtdo.com/
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index a1e4356cf522..fecdc7200b40 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1037,6 +1037,8 @@ patternProperties:
description: Trusted Computing Group
"^tcl,.*":
description: Toby Churchill Ltd.
+ "^tdo,.*":
+ description: Shangai Top Display Optoelectronics Co., Ltd
"^technexion,.*":
description: TechNexion
"^technologic,.*":
--
2.22.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v4 2/4] dt-bindings: display: panel-simple-dsi: add optional reset gpio
[not found] <20200915121912.4347-1-narmstrong@baylibre.com>
2020-09-15 12:19 ` [PATCH v4 1/4] dt-bindings: vendor-prefixes: Add Shanghai Top Display Optolelectronics vendor prefix Neil Armstrong
@ 2020-09-15 12:19 ` Neil Armstrong
2020-09-23 1:28 ` Rob Herring
2020-09-15 12:19 ` [PATCH v4 3/4] dt-bindings: display: panel-simple-dsi: add TDO TL070WSH30 DSI panel bindings Neil Armstrong
2 siblings, 1 reply; 6+ messages in thread
From: Neil Armstrong @ 2020-09-15 12:19 UTC (permalink / raw)
To: thierry.reding, sam, devicetree
Cc: dri-devel, linux-amlogic, linux-kernel, Neil Armstrong
Simple DSI panels can also have a reset GPIO signal in addition/instead of an
enable GPIO signal.
This adds an optional reset-gpios property.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
.../devicetree/bindings/display/panel/panel-simple-dsi.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml
index c0dd9fa29f1d..4d08e746cb21 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml
@@ -54,6 +54,7 @@ properties:
backlight: true
enable-gpios: true
+ reset-gpios: true
port: true
power-supply: true
--
2.22.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v4 3/4] dt-bindings: display: panel-simple-dsi: add TDO TL070WSH30 DSI panel bindings
[not found] <20200915121912.4347-1-narmstrong@baylibre.com>
2020-09-15 12:19 ` [PATCH v4 1/4] dt-bindings: vendor-prefixes: Add Shanghai Top Display Optolelectronics vendor prefix Neil Armstrong
2020-09-15 12:19 ` [PATCH v4 2/4] dt-bindings: display: panel-simple-dsi: add optional reset gpio Neil Armstrong
@ 2020-09-15 12:19 ` Neil Armstrong
2020-09-23 1:28 ` Rob Herring
2 siblings, 1 reply; 6+ messages in thread
From: Neil Armstrong @ 2020-09-15 12:19 UTC (permalink / raw)
To: thierry.reding, sam, devicetree
Cc: dri-devel, linux-amlogic, linux-kernel, Neil Armstrong
This add the bindings for the 1024x600 TFT LCD TL070WSH30 DSI panel to panel-simple-dsi.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
.../devicetree/bindings/display/panel/panel-simple-dsi.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml
index 4d08e746cb21..a29ab65507f0 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml
@@ -47,6 +47,8 @@ properties:
- panasonic,vvx10f004b00
# Panasonic 10" WUXGA TFT LCD panel
- panasonic,vvx10f034n00
+ # Shangai Top Display Optoelectronics 7" TL070WSH30 1024x600 TFT LCD panel
+ - tdo,tl070wsh30
reg:
maxItems: 1
--
2.22.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v4 1/4] dt-bindings: vendor-prefixes: Add Shanghai Top Display Optolelectronics vendor prefix
2020-09-15 12:19 ` [PATCH v4 1/4] dt-bindings: vendor-prefixes: Add Shanghai Top Display Optolelectronics vendor prefix Neil Armstrong
@ 2020-09-23 1:28 ` Rob Herring
0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2020-09-23 1:28 UTC (permalink / raw)
To: Neil Armstrong
Cc: devicetree, linux-amlogic, linux-kernel, thierry.reding,
dri-devel, sam
On Tue, 15 Sep 2020 14:19:09 +0200, Neil Armstrong wrote:
> Shanghai Top Display Optolelectronics Co., Ltd is a display manufacturer
> from Shanghai.
> Web site of the company: http://www.shtdo.com/
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v4 2/4] dt-bindings: display: panel-simple-dsi: add optional reset gpio
2020-09-15 12:19 ` [PATCH v4 2/4] dt-bindings: display: panel-simple-dsi: add optional reset gpio Neil Armstrong
@ 2020-09-23 1:28 ` Rob Herring
0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2020-09-23 1:28 UTC (permalink / raw)
To: Neil Armstrong
Cc: dri-devel, sam, thierry.reding, linux-kernel, devicetree,
linux-amlogic
On Tue, 15 Sep 2020 14:19:10 +0200, Neil Armstrong wrote:
> Simple DSI panels can also have a reset GPIO signal in addition/instead of an
> enable GPIO signal.
>
> This adds an optional reset-gpios property.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> .../devicetree/bindings/display/panel/panel-simple-dsi.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v4 3/4] dt-bindings: display: panel-simple-dsi: add TDO TL070WSH30 DSI panel bindings
2020-09-15 12:19 ` [PATCH v4 3/4] dt-bindings: display: panel-simple-dsi: add TDO TL070WSH30 DSI panel bindings Neil Armstrong
@ 2020-09-23 1:28 ` Rob Herring
0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2020-09-23 1:28 UTC (permalink / raw)
To: Neil Armstrong
Cc: dri-devel, sam, linux-kernel, thierry.reding, devicetree,
linux-amlogic
On Tue, 15 Sep 2020 14:19:11 +0200, Neil Armstrong wrote:
> This add the bindings for the 1024x600 TFT LCD TL070WSH30 DSI panel to panel-simple-dsi.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> .../devicetree/bindings/display/panel/panel-simple-dsi.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-09-23 1:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20200915121912.4347-1-narmstrong@baylibre.com>
2020-09-15 12:19 ` [PATCH v4 1/4] dt-bindings: vendor-prefixes: Add Shanghai Top Display Optolelectronics vendor prefix Neil Armstrong
2020-09-23 1:28 ` Rob Herring
2020-09-15 12:19 ` [PATCH v4 2/4] dt-bindings: display: panel-simple-dsi: add optional reset gpio Neil Armstrong
2020-09-23 1:28 ` Rob Herring
2020-09-15 12:19 ` [PATCH v4 3/4] dt-bindings: display: panel-simple-dsi: add TDO TL070WSH30 DSI panel bindings Neil Armstrong
2020-09-23 1:28 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).