diff options
author | Sebastian Reichel <sre@kernel.org> | 2023-07-14 04:37:39 +0300 |
---|---|---|
committer | Neil Armstrong <neil.armstrong@linaro.org> | 2023-08-01 11:29:53 +0300 |
commit | ff984a81cf601a68ba99a9c3264145f4d931783d (patch) | |
tree | 4aac193ec7d825e685673eee6bce24339b0a0121 /Documentation/devicetree/bindings/display/panel | |
parent | b93e0e203e27492a2277169e05ac59afb9bf7fcd (diff) | |
download | linux-ff984a81cf601a68ba99a9c3264145f4d931783d.tar.xz |
dt-bindings: display: st7789v: add Inanbo T28CP45TN89
Add compatible value for Inanbo t28cp45tn89 and make reset GPIO non
mandatory, since it might not be connected to the CPU.
Reviewed-by: Michael Riesch <michael.riesch@wolfvision.net>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230714013756.1546769-3-sre@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml b/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml index fa6556363cca..75e935f0547b 100644 --- a/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml +++ b/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml @@ -15,7 +15,9 @@ allOf: properties: compatible: - const: sitronix,st7789v + enum: + - inanbo,t28cp45tn89-v17 + - sitronix,st7789v reg: true reset-gpios: true @@ -33,7 +35,6 @@ properties: required: - compatible - reg - - reset-gpios - power-supply unevaluatedProperties: false |