mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
ARM: dts: imx6sl-tolino-shine2hd: fix touchscreen rotation
The display is in landscape orientation, but the touchscreen is in portrait orientation. Specify that properly in the devicetree. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
38c0483d08
commit
a2921599ec
|
|
@ -141,8 +141,10 @@ zforce: touchscreen@50 {
|
|||
interrupts = <6 IRQ_TYPE_EDGE_FALLING>;
|
||||
vdd-supply = <&ldo1_reg>;
|
||||
reset-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
|
||||
x-size = <1072>;
|
||||
y-size = <1448>;
|
||||
touchscreen-size-x = <1072>;
|
||||
touchscreen-size-y = <1448>;
|
||||
touchscreen-swapped-x-y;
|
||||
touchscreen-inverted-x;
|
||||
};
|
||||
|
||||
/* TODO: TPS65185 PMIC for E Ink at 0x68 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user