summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2026-01-22 22:14:21 +0000
committerHauke Mehrtens2026-01-24 00:41:28 +0000
commitebf9f13938c0710fc830c755b788115572d09527 (patch)
tree5c750dc6a1211c77306ad5b1e98c63227a62a327
parent4303066fb8650999b1685a94644af0a8ff992276 (diff)
downloadopenwrt-ebf9f13938c0710fc830c755b788115572d09527.tar.gz
lantiq: AVM Fritz 736x: fix PCIe reset GPIO
The vr9.dtsi configures the GPIO 38 as reset GPIO. Also the fon LED is configured on GPIO 38. This conflicts and makes the probing of the PCIe controller fail in OpenWrt 25.12. The AVM GPL source code configured GPIO 21 as PCIe reset. Fixes: https://github.com/openwrt/openwrt/issues/21562 Link: https://github.com/openwrt/openwrt/pull/21641 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit a4285d7cc092c0d0bd8fccd4b9eebdbfbd6e8ca4)
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi
index 9adc631369..795585bc07 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi
@@ -156,6 +156,7 @@
&pcie0 {
status = "okay";
+ gpio-reset = <&gpio 21 GPIO_ACTIVE_LOW>;
pcie@0 {
reg = <0 0 0 0 0>;