diff options
Diffstat (limited to 'target/linux/ramips/dts/mt7621_totolink_a7000r.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_totolink_a7000r.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7621_totolink_a7000r.dts b/target/linux/ramips/dts/mt7621_totolink_a7000r.dts index dd4336367a..c5aaedf2c6 100644 --- a/target/linux/ramips/dts/mt7621_totolink_a7000r.dts +++ b/target/linux/ramips/dts/mt7621_totolink_a7000r.dts @@ -26,7 +26,7 @@ led_sys: sys { label = "a7000r:blue:sys"; - gpios = <&gpio0 18 GPIO_ACTIVE_LOW>; + gpios = <&gpio 18 GPIO_ACTIVE_LOW>; }; }; @@ -35,7 +35,7 @@ reset { label = "reset"; - gpios = <&gpio0 4 GPIO_ACTIVE_LOW>; + gpios = <&gpio 4 GPIO_ACTIVE_LOW>; debounce-interval = <60>; linux,code = <KEY_RESTART>; }; |