summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Riesch <michael.riesch@wolfvision.net>2023-08-04 13:23:10 +0200
committerNeil Armstrong <neil.armstrong@linaro.org>2023-08-04 13:56:12 +0200
commite83172ec548d420f2e0b01e80a9a8cbae39bbe29 (patch)
treeaba37e4e9644703cd18354e02ff90af92de0df5a
parentb27c0f6d208d6ba269f184ed6f92c6a9908866e6 (diff)
downloadlinux-stable-e83172ec548d420f2e0b01e80a9a8cbae39bbe29.tar.gz
linux-stable-e83172ec548d420f2e0b01e80a9a8cbae39bbe29.tar.bz2
linux-stable-e83172ec548d420f2e0b01e80a9a8cbae39bbe29.zip
dt-bindings: display: add rotation property to sitronix,st7789v
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
-rw-r--r--Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml b/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml
index 905c064cd106..0da4c7e05097 100644
--- a/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml
+++ b/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml
@@ -25,6 +25,7 @@ properties:
power-supply: true
backlight: true
port: true
+ rotation: true
spi-cpha: true
spi-cpol: true
@@ -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;