[PATCH 1/2] dt-bindings: display: simple: Add DataImage FG080016DNCWAG03 compatible string

Jonas Rebmann posted 2 patches 1 year, 1 month ago
[PATCH 1/2] dt-bindings: display: simple: Add DataImage FG080016DNCWAG03 compatible string
Posted by Jonas Rebmann 1 year, 1 month ago
Add DataImage FG080016DNCWAG03 8" 640x480 TFT LCD panel compatible
string.

Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
---
 Documentation/devicetree/bindings/display/panel/panel-simple.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
index 18b63f356bb4bbf6d2c8e58b13ebb14c5f4004ad..be4ee40676a11616c0a20726b22e322ea85a3dc1 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
@@ -91,6 +91,8 @@ properties:
       - chunghwa,claa101wb03
         # DataImage, Inc. 4.3" WQVGA (480x272) TFT LCD panel with 24-bit parallel interface.
       - dataimage,fg040346dsswbg04
+        # DataImage, Inc. 8" WQVGA (640x480) TFT LCD panel with 18-bit parallel interface.
+      - dataimage,fg080016dncwag03
         # DataImage, Inc. 10.1" WXGA (1280×800) TFT LCD panel
       - dataimage,fg1001l0dsswmg01
         # DataImage, Inc. 7" WVGA (800x480) TFT LCD panel with 24-bit parallel interface.

-- 
2.39.5

Re: [PATCH 1/2] dt-bindings: display: simple: Add DataImage FG080016DNCWAG03 compatible string
Posted by Rob Herring (Arm) 1 year, 1 month ago
On Thu, 09 Jan 2025 12:34:57 +0100, Jonas Rebmann wrote:
> Add DataImage FG080016DNCWAG03 8" 640x480 TFT LCD panel compatible
> string.
> 
> Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
> ---
>  Documentation/devicetree/bindings/display/panel/panel-simple.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>