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>
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 {