kirkwood: switch kernel version to 6.1
[openwrt/openwrt.git] / target / linux / kirkwood / patches-5.15 / 105-linksys-viper-dts.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,23 +119,23 @@
27 };
28
29 partition@200000 {
30 - label = "kernel";
31 - reg = <0x200000 0x2A0000>;
32 + label = "kernel1";
33 + reg = <0x200000 0x1A00000>;
34 };
35
36 - partition@4a0000 {
37 - label = "rootfs";
38 - reg = <0x4A0000 0x1760000>;
39 + partition@500000 {
40 + label = "rootfs1";
41 + reg = <0x500000 0x1700000>;
42 };
43
44 partition@1c00000 {
45 - label = "alt_kernel";
46 - reg = <0x1C00000 0x2A0000>;
47 + label = "kernel2";
48 + reg = <0x1C00000 0x1A00000>;
49 };
50
51 - partition@1ea0000 {
52 - label = "alt_rootfs";
53 - reg = <0x1EA0000 0x1760000>;
54 + partition@1f00000 {
55 + label = "rootfs2";
56 + reg = <0x1F00000 0x1700000>;
57 };
58
59 partition@3600000 {