x86: geode/legacy: fix missing watchdog core dependencies
[oweals/openwrt.git] / target / linux / kirkwood / patches-5.4 / 106-goflexnet.patch
1 --- a/arch/arm/boot/dts/kirkwood-goflexnet.dts
2 +++ b/arch/arm/boot/dts/kirkwood-goflexnet.dts
3 @@ -8,6 +8,13 @@
4         model = "Seagate GoFlex Net";
5         compatible = "seagate,goflexnet", "marvell,kirkwood-88f6281", "marvell,kirkwood";
6  
7 +       aliases {
8 +               led-boot = &led_health;
9 +               led-failsafe = &led_fault;
10 +               led-running = &led_health;
11 +               led-upgrade = &led_fault;
12 +       };
13 +
14         memory {
15                 device_type = "memory";
16                 reg = <0x00000000 0x8000000>;
17 @@ -85,12 +92,12 @@
18                             >;
19                 pinctrl-names = "default";
20  
21 -               health {
22 +               led_health: health {
23                         label = "status:green:health";
24                         gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
25 -                       default-state = "keep";
26 +                       default-state = "on";
27                 };
28 -               fault {
29 +               led_fault: fault {
30                         label = "status:orange:fault";
31                         gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
32                 };
33 @@ -159,18 +166,8 @@
34         };
35  
36         partition@100000 {
37 -               label = "uImage";
38 -               reg = <0x0100000 0x400000>;
39 -       };
40 -
41 -       partition@500000 {
42 -               label = "pogoplug";
43 -               reg = <0x0500000 0x2000000>;
44 -       };
45 -
46 -       partition@2500000 {
47 -               label = "root";
48 -               reg = <0x02500000 0xd800000>;
49 +               label = "ubi";
50 +               reg = <0x0100000 0x0ff00000>;
51         };
52  };
53