mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ramips: fix build error (#4508)
This commit is contained in:
parent
3c510baf47
commit
1a44b8d74f
@ -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 = <KEY_RESTART>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user