diff options
| author | Chris Morgan <macromorgan@hotmail.com> | 2025-06-03 14:39:28 -0500 |
|---|---|---|
| committer | Neil Armstrong <neil.armstrong@linaro.org> | 2025-06-05 08:53:50 +0200 |
| commit | ab9be0b75af59876727b8a88dfc28d6b59a70446 (patch) | |
| tree | 995d68b0ccceaed6f8578ec72cbba8a8c25b8926 | |
| parent | 4d20c1b073e6b501ec82db2d409f27a8eccb2b5e (diff) | |
| download | linux-ab9be0b75af59876727b8a88dfc28d6b59a70446.tar.gz linux-ab9be0b75af59876727b8a88dfc28d6b59a70446.zip | |
dt-bindings: display: himax-hx8394: Add Huiling hl055fhav028c
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
| -rw-r--r-- | Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml b/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml index 75ccabff308b..5725a587e35c 100644 --- a/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml +++ b/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml @@ -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 |
