From c6e5ab9530d495677d170f26ce78b3e5cef47278 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 30 Mar 2022 20:45:07 +0200 Subject: [PATCH] Rename modem to modem1 in DTS --- root/target/linux/ipq40xx/dts/qcom-ipq4018-rutx-12.dts | 4 ++-- root/target/linux/ipq40xx/dts/qcom-ipq4018-rutx-STM32.dts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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>; };