From 1a44b8d74fc5cb6f8481a82290ab132259ae57c2 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Sat, 2 May 2020 07:30:25 +0800 Subject: [PATCH] ramips: fix build error (#4508) --- .../ramips/dts/mt7621_xiaomi_redmi-router-ac2100.dts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = ; }; };