aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/patches-4.19/106-goflexnet.patch
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-02-19 17:03:04 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-02-22 14:25:44 +0100
commit6bbca3a09a2add5b0a2cc1743805d24ea6072578 (patch)
tree801884200321a52932db8e3c327589e7b6e6dfc3 /target/linux/kirkwood/patches-4.19/106-goflexnet.patch
parentb6db23018357e66a83de4b8bb5e1e86874d6049f (diff)
downloadupstream-6bbca3a09a2add5b0a2cc1743805d24ea6072578.tar.gz
upstream-6bbca3a09a2add5b0a2cc1743805d24ea6072578.tar.bz2
upstream-6bbca3a09a2add5b0a2cc1743805d24ea6072578.zip
kirkwood: set default state for status LEDs in device tree
This adds the default-state = "on"; statement for the power or primary status LED in DTS on kirkwood. This will ensure that this LED will be lit up very early in the boot process (i.e. before diag.sh is executed) and thus will provide an additional hint to the user when problems arise during early boot process. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/kirkwood/patches-4.19/106-goflexnet.patch')
-rw-r--r--target/linux/kirkwood/patches-4.19/106-goflexnet.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/kirkwood/patches-4.19/106-goflexnet.patch b/target/linux/kirkwood/patches-4.19/106-goflexnet.patch
index 340a4809de..82cf90841e 100644
--- a/target/linux/kirkwood/patches-4.19/106-goflexnet.patch
+++ b/target/linux/kirkwood/patches-4.19/106-goflexnet.patch
@@ -14,7 +14,7 @@
memory {
device_type = "memory";
reg = <0x00000000 0x8000000>;
-@@ -85,12 +92,11 @@
+@@ -85,12 +92,12 @@
>;
pinctrl-names = "default";
@@ -23,13 +23,14 @@
label = "status:green:health";
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
- default-state = "keep";
++ default-state = "on";
};
- fault {
+ led_fault: fault {
label = "status:orange:fault";
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
};
-@@ -159,18 +165,8 @@
+@@ -159,18 +166,8 @@
};
partition@100000 {