[PATCH 1/2] dt-bindings: display: panel: Add compatible for STARRY xr109ai2t

Vladimir Yakovlev posted 2 patches 4 weeks, 1 day ago
[PATCH 1/2] dt-bindings: display: panel: Add compatible for STARRY xr109ai2t
Posted by Vladimir Yakovlev 4 weeks, 1 day ago
The STARRY XR109AI2T is a 10.95" 1200x2000 (WUXGA+) TFT LCD panel with
himax-hx83102 controller. Hence, we add a new compatible with panel
specific config.

Signed-off-by: Vladimir Yakovlev <vovchkir@gmail.com>
---
 .../devicetree/bindings/display/panel/himax,hx83102.yaml        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml b/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml
index e4c1aa5deab9..37f4187698e5 100644
--- a/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml
+++ b/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml
@@ -28,6 +28,8 @@ properties:
           - starry,2082109qfh040022-50e
           # STARRY himax83102-j02 10.51" WUXGA TFT LCD panel
           - starry,himax83102-j02
+          # STARRY XR109IA2T 10.95" 1200x2000 (WUXGA+) TFT LCD panel
+          - starry,himax83102-xr109
       - const: himax,hx83102
 
   reg:
-- 
2.34.1
Re: [PATCH 1/2] dt-bindings: display: panel: Add compatible for STARRY xr109ai2t
Posted by Conor Dooley 4 weeks ago
Acked-by: Conor Dooley <conor.dooley@microchip.com>