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 <zutija@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23800
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Timo Jutila
2026-06-15 10:46:14 +03:00
committed by Robert Marko
parent 0eb407c000
commit d4a23ac098
@@ -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 {