From a4285d7cc092c0d0bd8fccd4b9eebdbfbd6e8ca4 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 22 Jan 2026 23:14:21 +0100 Subject: [PATCH] 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 --- .../files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi | 1 + 1 file changed, 1 insertion(+) 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 9adc6313699..795585bc074 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>; -- 2.47.3