diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-07-16 15:57:33 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-08-19 09:42:47 +0300 |
commit | 95d4208075e8f022b14503076ff0f488c7748867 (patch) | |
tree | 02f5e99fbe01875dfba870e819115376d8e5416d | |
parent | 86ea53b42b6f8b3d066d2b8b42df433d5a6b42be (diff) | |
download | linux-95d4208075e8f022b14503076ff0f488c7748867.tar.xz |
ARM: dts: omap4-droid4: add panel orientation
Add information about panel orientation, so that the
system boots into a properly rotated shell.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/motorola-mapphone-common.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/motorola-mapphone-common.dtsi b/arch/arm/boot/dts/motorola-mapphone-common.dtsi index dad772ce6446..d5ded4f794df 100644 --- a/arch/arm/boot/dts/motorola-mapphone-common.dtsi +++ b/arch/arm/boot/dts/motorola-mapphone-common.dtsi @@ -218,6 +218,7 @@ width-mm = <50>; height-mm = <89>; + rotation = <90>; panel-timing { clock-frequency = <0>; /* Calculated by dsi */ |