Skip to content

Commit

Permalink
dt-bindings: display: add rotation property to sitronix,st7789v
Browse files Browse the repository at this point in the history
The sitronix-st7789v driver now considers the rotation property.
Add the property to the documentation.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230718-feature-st7789v-v3-3-157d68fb63e2@wolfvision.net
  • Loading branch information
Michael Riesch authored and Neil Armstrong committed Aug 4, 2023
1 parent b27c0f6 commit e83172e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ properties:
power-supply: true
backlight: true
port: true
rotation: true

spi-cpha: true
spi-cpol: true
Expand Down Expand Up @@ -58,6 +59,7 @@ examples:
reset-gpios = <&pio 6 11 GPIO_ACTIVE_LOW>;
backlight = <&pwm_bl>;
power-supply = <&power>;
rotation = <180>;
spi-max-frequency = <100000>;
spi-cpol;
spi-cpha;
Expand Down

0 comments on commit e83172e

Please sign in to comment.