x86: geode/legacy: fix missing watchdog core dependencies
[oweals/openwrt.git] / target / linux / kirkwood / patches-4.14 / 110-pogo_e02.patch
1 --- a/arch/arm/boot/dts/kirkwood-pogo_e02.dts
2 +++ b/arch/arm/boot/dts/kirkwood-pogo_e02.dts
3 @@ -22,6 +22,13 @@
4         compatible = "cloudengines,pogoe02", "marvell,kirkwood-88f6281",
5                      "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 0x10000000>;
17 @@ -35,12 +42,12 @@
18         gpio-leds {
19                 compatible = "gpio-leds";
20  
21 -               health {
22 +               led_health: health {
23                         label = "pogo_e02:green:health";
24                         gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
25 -                       default-state = "keep";
26 +                       default-state = "on";
27                 };
28 -               fault {
29 +               led_fault: fault {
30                         label = "pogo_e02:orange:fault";
31                         gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
32                 };