diff --git a/root/target/linux/ipq40xx/dts/qcom-ipq4018-rutx-12.dts b/root/target/linux/ipq40xx/dts/qcom-ipq4018-rutx-12.dts index 8b02bf9a..180ddd70 100644 --- a/root/target/linux/ipq40xx/dts/qcom-ipq4018-rutx-12.dts +++ b/root/target/linux/ipq40xx/dts/qcom-ipq4018-rutx-12.dts @@ -10,13 +10,13 @@ #size-cells = <0>; gpio_modem_reset { - gpio-export,name = "modem_reset"; + gpio-export,name = "modem1_reset"; gpio-export,output = <0>; gpios = <&shift_io 16 GPIO_ACTIVE_HIGH>; }; gpio_modem_power { - gpio-export,name = "modem_power"; + gpio-export,name = "modem1_power"; gpio-export,output = <0>; gpios = <&shift_io 17 GPIO_ACTIVE_HIGH>; }; diff --git a/root/target/linux/ipq40xx/dts/qcom-ipq4018-rutx-STM32.dts b/root/target/linux/ipq40xx/dts/qcom-ipq4018-rutx-STM32.dts index ddb8b72c..0f83e6c4 100644 --- a/root/target/linux/ipq40xx/dts/qcom-ipq4018-rutx-STM32.dts +++ b/root/target/linux/ipq40xx/dts/qcom-ipq4018-rutx-STM32.dts @@ -24,13 +24,13 @@ #size-cells = <0>; gpio_modem_reset { - gpio-export,name = "modem_reset"; + gpio-export,name = "modem1_reset"; gpio-export,output = <0>; gpios = <&stm32_io 21 GPIO_ACTIVE_HIGH>; }; gpio_modem_power { - gpio-export,name = "modem_power"; + gpio-export,name = "modem1_power"; gpio-export,output = <0>; gpios = <&stm32_io 20 GPIO_ACTIVE_HIGH>; };