kirkwood: switch kernel version to 6.1
[openwrt/staging/stintel.git] / target / linux / kirkwood / patches-5.15 / 112-sheevaplug.patch
1 --- a/arch/arm/boot/dts/kirkwood-sheevaplug-common.dtsi
2 +++ b/arch/arm/boot/dts/kirkwood-sheevaplug-common.dtsi
3 @@ -78,13 +78,8 @@
4 };
5
6 partition@100000 {
7 - label = "uImage";
8 - reg = <0x0100000 0x400000>;
9 - };
10 -
11 - partition@500000 {
12 - label = "root";
13 - reg = <0x0500000 0x1fb00000>;
14 + label = "ubi";
15 + reg = <0x0100000 0x1ff00000>;
16 };
17 };
18
19 --- a/arch/arm/boot/dts/kirkwood-sheevaplug.dts
20 +++ b/arch/arm/boot/dts/kirkwood-sheevaplug.dts
21 @@ -13,6 +13,13 @@
22 model = "Globalscale Technologies SheevaPlug";
23 compatible = "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
24
25 + aliases {
26 + led-boot = &led_health;
27 + led-failsafe = &led_health;
28 + led-running = &led_health;
29 + led-upgrade = &led_health;
30 + };
31 +
32 ocp@f1000000 {
33 mvsdio@90000 {
34 pinctrl-0 = <&pmx_sdio>;
35 @@ -28,10 +35,10 @@
36 pinctrl-0 = <&pmx_led_blue &pmx_led_red>;
37 pinctrl-names = "default";
38
39 - health {
40 + led_health: health {
41 label = "sheevaplug:blue:health";
42 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
43 - default-state = "keep";
44 + default-state = "on";
45 };
46
47 misc {