diff options
| author | Noralf Trønnes <noralf@tronnes.org> | 2021-11-24 16:07:53 +0100 |
|---|---|---|
| committer | Noralf Trønnes <noralf@tronnes.org> | 2022-03-09 10:28:26 +0000 |
| commit | a2e8cbb27722b0992aceb93b35e9d9433d8a758e (patch) | |
| tree | e9c5bd70401dae4f5da3f479ac6c2102a5fcd33d | |
| parent | 471e201f543559e2cb19b182b680ebf04d80ee31 (diff) | |
| download | linux-a2e8cbb27722b0992aceb93b35e9d9433d8a758e.tar.bz2 | |
dt-bindings: display: sitronix, st7735r: Make reset-gpios optional
There are other ways than using a gpio to reset the controller so make
this property optional.
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: David Lechner <david@lechnology.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211124150757.17929-3-noralf@tronnes.org
| -rw-r--r-- | Documentation/devicetree/bindings/display/sitronix,st7735r.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/sitronix,st7735r.yaml b/Documentation/devicetree/bindings/display/sitronix,st7735r.yaml index 419c3b2ac5a6..f81d0d0d51fe 100644 --- a/Documentation/devicetree/bindings/display/sitronix,st7735r.yaml +++ b/Documentation/devicetree/bindings/display/sitronix,st7735r.yaml @@ -48,7 +48,6 @@ required: - compatible - reg - dc-gpios - - reset-gpios additionalProperties: false |