Message ID | 20180330171822.25896-9-sebastian.reichel@collabora.co.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri 2018-03-30 19:18:22, Sebastian Reichel wrote: > This adds a LCD panel rotation hint to the Droid 4. If the > display is rotated this way the keyboard can be used properly. > > Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Hmm. Aha. And this the place where confusion matters. I believe most users would consider top to be elsewhere on Droid 4.... but this indeed makes sense for keyboard... Pavel > arch/arm/boot/dts/omap4-droid4-xt894.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/omap4-droid4-xt894.dts b/arch/arm/boot/dts/omap4-droid4-xt894.dts > index bdf73cbcec3a..3ed090a9db6c 100644 > --- a/arch/arm/boot/dts/omap4-droid4-xt894.dts > +++ b/arch/arm/boot/dts/omap4-droid4-xt894.dts > @@ -214,6 +214,7 @@ > > width-mm = <50>; > height-mm = <89>; > + rotation = <90>; > backlight = <&lcd_backlight>; > > panel-timing {
diff --git a/arch/arm/boot/dts/omap4-droid4-xt894.dts b/arch/arm/boot/dts/omap4-droid4-xt894.dts index bdf73cbcec3a..3ed090a9db6c 100644 --- a/arch/arm/boot/dts/omap4-droid4-xt894.dts +++ b/arch/arm/boot/dts/omap4-droid4-xt894.dts @@ -214,6 +214,7 @@ width-mm = <50>; height-mm = <89>; + rotation = <90>; backlight = <&lcd_backlight>; panel-timing {
This adds a LCD panel rotation hint to the Droid 4. If the display is rotated this way the keyboard can be used properly. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> --- arch/arm/boot/dts/omap4-droid4-xt894.dts | 1 + 1 file changed, 1 insertion(+)