kernel: bump 5.4 to 5.4.52
[openwrt/openwrt.git] / target / linux / kirkwood / patches-5.4 / 105-ea4500.patch
1 --- a/arch/arm/boot/dts/kirkwood-linksys-viper.dts
2 +++ b/arch/arm/boot/dts/kirkwood-linksys-viper.dts
3 @@ -24,6 +24,10 @@
4 };
5
6 aliases {
7 + led-boot = &led_white_health;
8 + led-failsafe = &led_white_health;
9 + led-running = &led_white_health;
10 + led-upgrade = &led_white_health;
11 serial0 = &uart0;
12 };
13
14 @@ -56,9 +60,10 @@
15 pinctrl-0 = < &pmx_led_white_health &pmx_led_white_pulse >;
16 pinctrl-names = "default";
17
18 - white-health {
19 + led_white_health: white-health {
20 label = "viper:white:health";
21 gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
22 + default-state = "on";
23 };
24
25 white-pulse {
26 @@ -114,22 +119,22 @@
27 };
28
29 partition@200000 {
30 - label = "kernel";
31 + label = "kernel1";
32 reg = <0x200000 0x2A0000>;
33 };
34
35 partition@4a0000 {
36 - label = "rootfs";
37 + label = "rootfs1";
38 reg = <0x4A0000 0x1760000>;
39 };
40
41 partition@1c00000 {
42 - label = "alt_kernel";
43 + label = "kernel2";
44 reg = <0x1C00000 0x2A0000>;
45 };
46
47 partition@1ea0000 {
48 - label = "alt_rootfs";
49 + label = "rootfs2";
50 reg = <0x1EA0000 0x1760000>;
51 };
52