mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
8299d1f057
Rebased RPi foundation patches on linux 5.10.59, removed applied and reverted patches, wireless patches and defconfig patches. bcm2708: boot tested on RPi B+ v1.2 bcm2709: boot tested on RPi 4B v1.1 4G bcm2711: boot tested on RPi 4B v1.1 4G Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
25 lines
843 B
Diff
25 lines
843 B
Diff
From c90422ce5c24b9f1f4c03e935918e85bef6cb336 Mon Sep 17 00:00:00 2001
|
|
From: Ahmet Inan <inan@aicodix.de>
|
|
Date: Wed, 4 Aug 2021 10:10:11 +0200
|
|
Subject: [PATCH] Revert "overlays: Update display GPIO declarations"
|
|
for Goodix
|
|
|
|
This reverts commit b7d685c0b1bd1b98af0e9c1f5d43769982bdbfb2 for Goodix
|
|
|
|
Signed-off-by: Ahmet Inan <inan@aicodix.de>
|
|
---
|
|
arch/arm/boot/dts/overlays/goodix-overlay.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/goodix-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/goodix-overlay.dts
|
|
@@ -31,7 +31,7 @@
|
|
interrupt-parent = <&gpio>;
|
|
interrupts = <4 2>; // high-to-low edge triggered
|
|
irq-gpios = <&gpio 4 0>; // Pin7 on GPIO header
|
|
- reset-gpios = <&gpio 17 1>; // Pin11 on GPIO header
|
|
+ reset-gpios = <&gpio 17 0>; // Pin11 on GPIO header
|
|
};
|
|
};
|
|
};
|