From: Timo Jutila Date: Mon, 15 Jun 2026 07:46:14 +0000 (+0300) Subject: qualcommax: ipq807x: Fix w_disable for Deco X80-5G X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4a23ac098472db460309595f59de98c98af8062;p=thirdparty%2Fopenwrt.git qualcommax: ipq807x: Fix w_disable for Deco X80-5G Change w_disable GPIO to 55. 35 is used in the u-boot as "ONOFF_MODULE 5G", 55 can be found in the stock dts as w_disable Signed-off-by: Timo Jutila Link: https://github.com/openwrt/openwrt/pull/23800 Signed-off-by: Robert Marko --- diff --git a/target/linux/qualcommax/dts/ipq8074-deco-x80-5g.dts b/target/linux/qualcommax/dts/ipq8074-deco-x80-5g.dts index 09f8be6e15a..8a6f4744248 100644 --- a/target/linux/qualcommax/dts/ipq8074-deco-x80-5g.dts +++ b/target/linux/qualcommax/dts/ipq8074-deco-x80-5g.dts @@ -33,8 +33,8 @@ to suit the TP-Link Deco X80-5G target */ w_disable { gpio-export,name = "w_disable"; - gpio-export,output = <1>; - gpios = <&tlmm 35 GPIO_ACTIVE_HIGH>; /* wwan disable output */ + gpio-export,output = <0>; + gpios = <&tlmm 55 GPIO_ACTIVE_LOW>; /* wwan disable output */ }; modem-reset {