Skip to content

Commit 54715ad

Browse files
6by9popcornmix
authored andcommitted
dtoverlays: Make piscreen consistent on swapxy
The overlay had the TI proprietary "ti,swap-xy" defined by default, but the override for swapxy then used the generic "touchscreen-swapped-x-y" Swap the default to use "touchscreen-swapped-x-y" to make the configuration consistent. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent c0e7424 commit 54715ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/overlays/piscreen-overlay.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
interrupts = <17 2>; /* high-to-low edge triggered */
8989
interrupt-parent = <&gpio>;
9090
pendown-gpio = <&gpio 17 GPIO_ACTIVE_LOW>;
91-
ti,swap-xy;
91+
touchscreen-swapped-x-y;
9292
ti,x-plate-ohms = /bits/ 16 <100>;
9393
ti,pressure-max = /bits/ 16 <255>;
9494
};

0 commit comments

Comments
 (0)