diff --git a/target/linux/ramips/dts/mt7621_xiaomi_redmi-router-ac2100.dts b/target/linux/ramips/dts/mt7621_xiaomi_redmi-router-ac2100.dts index 7b17a9b38..7dcd10ab6 100644 --- a/target/linux/ramips/dts/mt7621_xiaomi_redmi-router-ac2100.dts +++ b/target/linux/ramips/dts/mt7621_xiaomi_redmi-router-ac2100.dts @@ -26,22 +26,22 @@ led_status_amber: status_amber { label = "rm2100:amber:status"; - gpios = <&gpio 6 GPIO_ACTIVE_LOW>; + gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; }; led_status_white: status_white { label = "rm2100:white:status"; - gpios = <&gpio 8 GPIO_ACTIVE_LOW>; + gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; }; wan_amber { label = "rm2100:amber:wan"; - gpios = <&gpio 10 GPIO_ACTIVE_LOW>; + gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; }; wan_white { label = "rm2100:white:wan"; - gpios = <&gpio 12 GPIO_ACTIVE_LOW>; + gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; }; }; @@ -50,7 +50,7 @@ reset { label = "reset"; - gpios = <&gpio 18 GPIO_ACTIVE_LOW>; + gpios = <&gpio0 18 GPIO_ACTIVE_LOW>; linux,code = ; }; };