0a70f56
From 12146093602e0dedb7ee431224fc4a58d40697f8 Mon Sep 17 00:00:00 2001
0a70f56
From: Ondrej Jirman <megous@megous.com>
0a70f56
Date: Fri, 26 Jun 2020 02:55:51 +0200
0a70f56
Subject: [PATCH 03/13] dt-bindings: panel: Add compatible for Xingbangda
0a70f56
 XBD599 panel
0a70f56
0a70f56
Xingbangda XBD599 is a 5.99" 720x1440 MIPI-DSI LCD panel. It is based on
0a70f56
Sitronix ST7703 LCD controller just like rocktech,jh057n00900. It is
0a70f56
used in PinePhone.
0a70f56
0a70f56
Add a compatible for it.
0a70f56
0a70f56
Signed-off-by: Ondrej Jirman <megous@megous.com>
0a70f56
---
0a70f56
 .../bindings/display/panel/rocktech,jh057n00900.yaml        | 6 +++++-
0a70f56
 1 file changed, 5 insertions(+), 1 deletion(-)
0a70f56
0a70f56
diff --git a/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml b/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
0a70f56
index f97c48550741c..4d43a1b36d7c7 100644
0a70f56
--- a/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
0a70f56
+++ b/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
0a70f56
@@ -18,7 +18,11 @@ allOf:
0a70f56
 
0a70f56
 properties:
0a70f56
   compatible:
0a70f56
-    const: rocktech,jh057n00900
0a70f56
+    enum:
0a70f56
+        # Rocktech JH057N00900 5.5" 720x1440 TFT LCD panel
0a70f56
+      - rocktech,jh057n00900
0a70f56
+        # Xingbangda XBD599 5.99" 720x1440 TFT LCD panel
0a70f56
+      - xingbangda,xbd599
0a70f56
 
0a70f56
   reg:
0a70f56
     maxItems: 1
0a70f56
-- 
0a70f56
2.26.2
0a70f56