diff options
| author | Linus Walleij | 2026-01-26 09:18:57 +0000 |
|---|---|---|
| committer | Linus Walleij | 2026-02-11 07:47:45 +0000 |
| commit | f034005f95efc7d7b6fe79f819067693fe3bf95d (patch) | |
| tree | a78775c484a95434bee9b595304a3b447a0fc011 | |
| parent | b7cee916edb5ac0317675e8c9ba3174fd164052c (diff) | |
| download | openwrt-f034005f95efc7d7b6fe79f819067693fe3bf95d.tar.gz | |
gemini: set disk activity on orange LED
Set the disk activity LED to the intended trigger.
Link: https://github.com/openwrt/openwrt/pull/21750
(cherry picked from commit f52f1a85d187143f8f4f32441baa626b2a00762d)
Link: https://github.com/openwrt/openwrt/pull/21973
Signed-off-by: Linus Walleij <linusw@kernel.org>
| -rw-r--r-- | target/linux/gemini/patches-6.12/302-ARM-dts-gemini-Tag-disk-led-for-disk-activity.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/gemini/patches-6.12/302-ARM-dts-gemini-Tag-disk-led-for-disk-activity.patch b/target/linux/gemini/patches-6.12/302-ARM-dts-gemini-Tag-disk-led-for-disk-activity.patch new file mode 100644 index 0000000000..05caa1f215 --- /dev/null +++ b/target/linux/gemini/patches-6.12/302-ARM-dts-gemini-Tag-disk-led-for-disk-activity.patch @@ -0,0 +1,23 @@ +From a4ea0ccf0f630b5fb0ccd2ddbb237c37ef0fc5a9 Mon Sep 17 00:00:00 2001 +From: Linus Walleij <linusw@kernel.org> +Date: Mon, 26 Jan 2026 08:14:22 +0100 +Subject: [PATCH] ARM: dts: gemini: Tag disk led for disk-activity + +Linux now has a trigger specifically for all disk activity +and this is what the LED is used for so tag it like such. + +Signed-off-by: Linus Walleij <linusw@kernel.org> +--- + arch/arm/boot/dts/gemini/gemini-nas4220b.dts | 1 + + 1 file changed, 1 insertion(+) + +--- a/arch/arm/boot/dts/gemini/gemini-nas4220b.dts ++++ b/arch/arm/boot/dts/gemini/gemini-nas4220b.dts +@@ -52,6 +52,7 @@ + /* Conflict with TVC */ + gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>; + default-state = "on"; ++ linux,default-trigger = "disk-activity"; + }; + led-green-os { + label = "nas4220b:green:os"; |