mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
20fe7e687e
Sync 6.1 patches with the RPi foundation. Since rpi-6.6.y is now the main branch of the RPi foundation, there won't be any new patches for linux 6.1. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
23 lines
946 B
Diff
23 lines
946 B
Diff
From 29cc64d7d94f9a6ee0e97e8009b832514d2525e0 Mon Sep 17 00:00:00 2001
|
|
From: Eng33 <eng33@waveshare.net>
|
|
Date: Fri, 8 Mar 2024 18:38:33 +0800
|
|
Subject: [PATCH 1288/1295] 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",
|