openwrt/target/linux/bcm27xx/patches-6.1/950-0994-overlays-Fix-vc4-kms-dsi-7inch.patch
Marty Jones 2e715fb4fc bcm27xx: update 6.1 patches to latest version
Add support for BCM2712 (Raspberry Pi 5).
3bb5880ab3
Patches were generated from the diff between linux kernel branch linux-6.1.y
and rpi-6.1.y from raspberry pi kernel source:
- git format-patch linux-6.1.y...rpi-6.1.y

Build system: x86_64
Build-tested: bcm2708, bcm2709, bcm2710, bcm2711
Run-tested: bcm2710/RPi3B, bcm2711/RPi4B

Signed-off-by: Marty Jones <mj8263788@gmail.com>
[Remove applied and reverted patches, squash patches and config commits]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-01-25 17:46:45 +01:00

58 lines
1.5 KiB
Diff

From 2ff65ffbdeb0c8764985af19df2a687a126136f4 Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Fri, 29 Sep 2023 16:55:28 +0100
Subject: [PATCH] overlays: Fix vc4-kms-dsi-7inch
Fix the touchscreen.
See: https://github.com/raspberrypi/linux/issues/5619
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
arch/arm/boot/dts/overlays/edt-ft5406.dtsi | 13 ++++---------
.../boot/dts/overlays/vc4-kms-dsi-7inch-overlay.dts | 2 +-
2 files changed, 5 insertions(+), 10 deletions(-)
--- a/arch/arm/boot/dts/overlays/edt-ft5406.dtsi
+++ b/arch/arm/boot/dts/overlays/edt-ft5406.dtsi
@@ -22,11 +22,13 @@
};
};
- fragment@12 {
- target = <&i2cbus>;
+ ts_i2c_frag: fragment@12 {
+ target = <&i2c_csi_dsi>;
__overlay__ {
#address-cells = <1>;
#size-cells = <0>;
+ status = "okay";
+
ft5406: ts@38 {
compatible = "edt,edt-ft5506";
reg = <0x38>;
@@ -37,13 +39,6 @@
};
};
- ts_i2c_frag: fragment@13 {
- target = <&i2c_csi_dsi>;
- i2cbus: __overlay__ {
- status = "okay";
- };
- };
-
__overrides__ {
sizex = <&ft5406>,"touchscreen-size-x:0";
sizey = <&ft5406>,"touchscreen-size-y:0";
--- a/arch/arm/boot/dts/overlays/vc4-kms-dsi-7inch-overlay.dts
+++ b/arch/arm/boot/dts/overlays/vc4-kms-dsi-7inch-overlay.dts
@@ -119,6 +119,6 @@
<&panel_disp>, "reg:0=0",
<&reg_bridge>, "reg:0=0",
<&reg_bridge>, "regulator-name=bridge_reg_0";
- disable_touch = <0>, "-10-11-12";
+ disable_touch = <&ft5406>, "status=disabled";
};
};