diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2017-03-30 12:34:42 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-05-14 21:45:50 +0200 |
commit | f7fd2abf259c7a463d215fc0e52c15ae77a050de (patch) | |
tree | 15079e4cca7bf262ba40a770c0499660ff397d55 /target/linux/kirkwood/patches-4.4 | |
parent | b52eb549d2b8e41e5de58fe1815e689c12d4a184 (diff) | |
download | upstream-f7fd2abf259c7a463d215fc0e52c15ae77a050de.tar.gz upstream-f7fd2abf259c7a463d215fc0e52c15ae77a050de.tar.bz2 upstream-f7fd2abf259c7a463d215fc0e52c15ae77a050de.zip |
kirkwood: set sata/usb led trigger for NSA3xx
these two devices have a Sata led for each sata port.
These leds must be controlled separately by a special
sata led trigger already used in oxnas target.
Both these devices have a single USB led, and to keep
consistent behaviour with the Sata leds that show
sata activity, this led uses usb-host trigger
to show usb activity.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'target/linux/kirkwood/patches-4.4')
-rw-r--r-- | target/linux/kirkwood/patches-4.4/210-enable-sata-port-specific-led-triggers.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/kirkwood/patches-4.4/210-enable-sata-port-specific-led-triggers.patch b/target/linux/kirkwood/patches-4.4/210-enable-sata-port-specific-led-triggers.patch new file mode 100644 index 0000000000..96c4f7b255 --- /dev/null +++ b/target/linux/kirkwood/patches-4.4/210-enable-sata-port-specific-led-triggers.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/mach-mvebu/Kconfig ++++ b/arch/arm/mach-mvebu/Kconfig +@@ -105,6 +105,7 @@ config MACH_DOVE + config MACH_KIRKWOOD + bool "Marvell Kirkwood boards" if ARCH_MULTI_V5 + select ARCH_REQUIRE_GPIOLIB ++ select ARCH_WANT_LIBATA_LEDS + select CPU_FEROCEON + select KIRKWOOD_CLK + select MACH_MVEBU_ANY |