kernel/kirkwood: Restore kernel files for v6.1
[openwrt/staging/stintel.git] / target / linux / kirkwood / patches-6.1 / 116-4i-edge-200.patch
1 --- a/arch/arm/boot/dts/kirkwood-4i-edge-200.dts
2 +++ b/arch/arm/boot/dts/kirkwood-4i-edge-200.dts
3 @@ -20,6 +20,13 @@
4 reg = <0x00000000 0x20000000>;
5 };
6
7 + aliases {
8 + led-boot = &led_status_green;
9 + led-failsafe = &led_status_orange;
10 + led-running = &led_status_green;
11 + led-upgrade = &led_status_orange;
12 + };
13 +
14 chosen {
15 bootargs = "console=ttyS0,115200n8";
16 stdout-path = &uart0;
17 @@ -37,13 +44,15 @@
18 linux,default-trigger = "mmc0";
19 };
20
21 - led-2 {
22 + led_status_orange: led-2 {
23 + label = "orange:status";
24 function = LED_FUNCTION_STATUS;
25 color = <LED_COLOR_ID_AMBER>;
26 gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
27 };
28
29 - led-3 {
30 + led_status_green: led-3 {
31 + label = "green:status";
32 function = LED_FUNCTION_STATUS;
33 color = <LED_COLOR_ID_GREEN>;
34 gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>;