Skip to content

Commit e89e765

Browse files
authored
drm/panel: Fix default values for Waveshare 7.9 inch DSI touchscreen (#5565)
This fixes touchscreen calibration, axis swapping and inversion. As referenced in #5550
1 parent 9ed4f05 commit e89e765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@
9393
<&touch>, "touchscreen-size-x:0=800",
9494
<&touch>, "touchscreen-size-y:0=480";
9595
7_9_inch = <&panel>, "compatible=waveshare,7.9inch-panel",
96-
<&touch>, "touchscreen-size-x:0=400",
97-
<&touch>, "touchscreen-size-y:0=1280",
96+
<&touch>, "touchscreen-size-x:0=4096",
97+
<&touch>, "touchscreen-size-y:0=4096",
9898
<&touch>, "touchscreen-inverted-x?",
99-
<&touch>, "touchscreen-inverted-y?";
99+
<&touch>, "touchscreen-swapped-x-y?";
100100
8_0_inch = <&panel>, "compatible=waveshare,8.0inch-panel",
101101
<&touch>, "touchscreen-size-x:0=800",
102102
<&touch>, "touchscreen-size-y:0=1280",

0 commit comments

Comments
 (0)