Skip to content

Commit

Permalink
dt-bindings: display: st7789v: add Inanbo T28CP45TN89
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sre authored and superna9999 committed Aug 1, 2023
1 parent b93e0e2 commit ff984a8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ allOf:

properties:
compatible:
const: sitronix,st7789v
enum:
- inanbo,t28cp45tn89-v17
- sitronix,st7789v

reg: true
reset-gpios: true
Expand All @@ -33,7 +35,6 @@ properties:
required:
- compatible
- reg
- reset-gpios
- power-supply

unevaluatedProperties: false
Expand Down

0 comments on commit ff984a8

Please sign in to comment.