]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: display: himax-hx8394: Add Huiling hl055fhav028c
authorChris Morgan <macromorgan@hotmail.com>
Tue, 3 Jun 2025 19:39:28 +0000 (14:39 -0500)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 5 Jun 2025 06:53:50 +0000 (08:53 +0200)
Add compatible string for the Huiling hl055fhav028c. This panel is
based on the Himax HX8399C display controller which is extremely
similar to the existing HX8394. Add a new constant for
himax,hx8399c for this new display controller as well.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250603193930.323607-3-macroalpha82@gmail.com
Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml

index 75ccabff308bfa0d27d4cba9f2c8ce86dba225c6..5725a587e35c96fb98857a6a6bd77bf61e051a1e 100644 (file)
@@ -17,12 +17,17 @@ description:
 
 properties:
   compatible:
-    items:
-      - enum:
-          - hannstar,hsd060bhw4
-          - microchip,ac40t08a-mipi-panel
-          - powkiddy,x55-panel
-      - const: himax,hx8394
+    oneOf:
+      - items:
+          - enum:
+              - hannstar,hsd060bhw4
+              - microchip,ac40t08a-mipi-panel
+              - powkiddy,x55-panel
+          - const: himax,hx8394
+      - items:
+          - enum:
+              - huiling,hl055fhav028c
+          - const: himax,hx8399c
 
   reg:
     maxItems: 1