Skip to content

Commit

Permalink
dt-bindings: display: sitronix, st7735r: Fix backlight in example
Browse files Browse the repository at this point in the history
[ Upstream commit 471e201 ]

The backlight property was lost during conversion to yaml in commit
abdd9e3 ("dt-bindings: display: sitronix,st7735r: Convert to DT schema").
Put it back.

Fixes: abdd9e3 ("dt-bindings: display: sitronix,st7735r: Convert to DT schema")
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: David Lechner <david@lechnology.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211124150757.17929-2-noralf@tronnes.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
notro authored and gregkh committed Jun 9, 2022
1 parent 4399781 commit 97c8a85
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -72,6 +72,7 @@ examples:
dc-gpios = <&gpio 43 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio 80 GPIO_ACTIVE_HIGH>;
rotation = <270>;
backlight = <&backlight>;
};
};
Expand Down

0 comments on commit 97c8a85

Please sign in to comment.