ramips: fix build error (#4508)

This commit is contained in:
AmadeusGhost 2020-05-02 07:30:25 +08:00 committed by GitHub
parent 3c510baf47
commit 1a44b8d74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>;
};
};