mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
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
|
||
|
};
|
||
|
};
|
||
|
};
|