mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
538a1d740c
The patches were generated from the RPi repo with the following command: git format-patch v6.6.58..rpi-6.6.y Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
28 lines
1.2 KiB
Diff
28 lines
1.2 KiB
Diff
From 769cd349d65fb29aaa8f443f9c7a701205b0409c Mon Sep 17 00:00:00 2001
|
|
From: eng33 <eng33@waveshare.com>
|
|
Date: Wed, 4 Sep 2024 10:56:13 +0800
|
|
Subject: [PATCH 1240/1350] arch:arm:boot:dts:overlays: Added waveshare
|
|
5.0inch, 6.25inch, and 8.8inch dsi screen dts
|
|
|
|
Signed-off-by: eng33 <eng33@waveshare.com>
|
|
---
|
|
.../dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
--- 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
|
|
@@ -113,6 +113,13 @@
|
|
4_0_inchC = <&panel>, "compatible=waveshare,4inch-panel",
|
|
<&touch>, "touchscreen-size-x:0=720",
|
|
<&touch>, "touchscreen-size-y:0=720";
|
|
+ 5_0_inch = <&panel>, "compatible=waveshare,5.0inch-panel",
|
|
+ <&touch>, "touchscreen-inverted-x?",
|
|
+ <&touch>, "touchscreen-inverted-y?";
|
|
+ 6_25_inch = <&panel>, "compatible=waveshare,6.25inch-panel",
|
|
+ <&touch>, "touchscreen-inverted-x?",
|
|
+ <&touch>, "touchscreen-inverted-y?";
|
|
+ 8_8_inch = <&panel>, "compatible=waveshare,8.8inch-panel";
|
|
i2c1 = <&i2c_frag>, "target:0=",<&i2c1>,
|
|
<0>, "-3-4+5";
|
|
disable_touch = <&touch>, "status=disabled";
|