ramips: fix build error (#4508)
This commit is contained in:
parent
3c510baf47
commit
1a44b8d74f
@ -26,22 +26,22 @@
|
|||||||
|
|
||||||
led_status_amber: status_amber {
|
led_status_amber: status_amber {
|
||||||
label = "rm2100:amber:status";
|
label = "rm2100:amber:status";
|
||||||
gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
led_status_white: status_white {
|
led_status_white: status_white {
|
||||||
label = "rm2100:white:status";
|
label = "rm2100:white:status";
|
||||||
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wan_amber {
|
wan_amber {
|
||||||
label = "rm2100:amber:wan";
|
label = "rm2100:amber:wan";
|
||||||
gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wan_white {
|
wan_white {
|
||||||
label = "rm2100:white:wan";
|
label = "rm2100:white:wan";
|
||||||
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
reset {
|
reset {
|
||||||
label = "reset";
|
label = "reset";
|
||||||
gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
|
||||||
linux,code = <KEY_RESTART>;
|
linux,code = <KEY_RESTART>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user