]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
qualcommax: ipq807x: Fix w_disable for Deco X80-5G 23800/head
authorTimo Jutila <zutija@gmail.com>
Mon, 15 Jun 2026 07:46:14 +0000 (10:46 +0300)
committerRobert Marko <robimarko@gmail.com>
Tue, 23 Jun 2026 11:41:03 +0000 (13:41 +0200)
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 <zutija@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23800
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/dts/ipq8074-deco-x80-5g.dts

index 09f8be6e15a7fbf253c3dee9319c8104ed1b70aa..8a6f47442486747f1129ee9712dfc85d124a955f 100644 (file)
@@ -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 {