diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2024-01-08 21:15:50 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2024-01-09 14:05:49 +0100 |
commit | 9676bee4afb188230d591b9cd015c3ab442f578f (patch) | |
tree | 40958ad458b6efb5bebb7ce64a1c165bb24f350e | |
parent | 49ddab089611ae5ddd0201ddbbf633da75bfcc25 (diff) | |
download | lwn-9676bee4afb188230d591b9cd015c3ab442f578f.tar.gz lwn-9676bee4afb188230d591b9cd015c3ab442f578f.zip |
dt-bindings: nt35510: add compatible for FRIDA FRD400B25025-A-CTK
The patch adds the FRIDA FRD400B25025-A-CTK panel, which belongs to the
Novatek NT35510-based panel family.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240108201618.2798649-6-dario.binacchi@amarulasolutions.com
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml b/Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml index bc92928c805b..a4afaff483b7 100644 --- a/Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml +++ b/Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml @@ -15,7 +15,9 @@ allOf: properties: compatible: items: - - const: hydis,hva40wv1 + - enum: + - frida,frd400b25025 + - hydis,hva40wv1 - const: novatek,nt35510 description: This indicates the panel manufacturer of the panel that is in turn using the NT35510 panel driver. The compatible |