[PATCH] mediatek: filogic: fix GatoNetworks GDSP GPIOs exports
Enrico Mioso
mrkiko.rs at gmail.com
Thu Aug 20 09:48:27 PDT 2026
DTS GPIOs export properties handling changed in commit
0ca78951739a1e6e2f569438764381bd5fdb5190. Update the devicetree
accordingly. This commit has been tested on single-modem and
multi-modem versions of the device.
Thanks a lot to Rosen Penev for pointing this out.
Signed-off-by: Enrico Mioso <mrkiko.rs at gmail.com>
CC: Rosen Penev <rosenp at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/24176#issuecomment-5074386039
---
target/linux/mediatek/dts/mt7981b-gatonetworks-gdsp.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/mediatek/dts/mt7981b-gatonetworks-gdsp.dts b/target/linux/mediatek/dts/mt7981b-gatonetworks-gdsp.dts
index 3689aacdc2..f447b8ed8e 100644
--- a/target/linux/mediatek/dts/mt7981b-gatonetworks-gdsp.dts
+++ b/target/linux/mediatek/dts/mt7981b-gatonetworks-gdsp.dts
@@ -60,13 +60,13 @@
modem1 {
gpio-export,name = "modem1";
- gpio-export,output = <0>;
+ gpio-export,output = <1>;
gpios = <&pio 2 GPIO_ACTIVE_LOW>;
};
modem2 {
gpio-export,name = "modem2";
- gpio-export,output = <0>;
+ gpio-export,output = <1>;
gpios = <&pio 14 GPIO_ACTIVE_LOW>;
};
};
--
2.55.0
More information about the openwrt-devel
mailing list