[PATCH] mediatek: filogic: fix GatoNetworks GDSP GPIOs exports

Jonas Jelonek jelonek.jonas at gmail.com
Fri Aug 21 00:15:10 PDT 2026


On 20.08.26 18:48, Enrico Mioso wrote:
> 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>;
>  		};
>  	};

https://git.openwrt.org/openwrt/openwrt/commit/?id=f1bf2d18392ef7b9f5f7bc6773055cfbddde371b
Merged, thanks!

Best regards,
Jonas Jelonek



More information about the openwrt-devel mailing list