mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
23 lines
946 B
Diff
23 lines
946 B
Diff
|
From 8c92dc89e589170d0cdc76692c6edc5c5437d77a Mon Sep 17 00:00:00 2001
|
||
|
From: Eng33 <eng33@waveshare.net>
|
||
|
Date: Fri, 8 Mar 2024 18:38:33 +0800
|
||
|
Subject: [PATCH 0954/1085] Dtoverlay:fix waveshare 11.9inch touch orientation
|
||
|
error
|
||
|
|
||
|
Signed-off-by: Eng33 <eng33@waveshare.net>
|
||
|
---
|
||
|
.../boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts | 2 --
|
||
|
1 file changed, 2 deletions(-)
|
||
|
|
||
|
--- a/arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts
|
||
|
+++ b/arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts
|
||
|
@@ -108,8 +108,6 @@
|
||
|
<&touch>, "touchscreen-inverted-x?",
|
||
|
<&touch>, "touchscreen-swapped-x-y?";
|
||
|
11_9_inch = <&panel>, "compatible=waveshare,11.9inch-panel",
|
||
|
- <&touch>, "touchscreen-size-x:0=320",
|
||
|
- <&touch>, "touchscreen-size-y:0=1480",
|
||
|
<&touch>, "touchscreen-inverted-x?",
|
||
|
<&touch>, "touchscreen-swapped-x-y?";
|
||
|
4_0_inchC = <&panel>, "compatible=waveshare,4inch-panel",
|