diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-03-02 11:26:00 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-03-06 19:21:03 +0100 |
commit | 5ea1b1ecd14793c547cb141d149e43aa954e99fb (patch) | |
tree | fd4c5732cf6716dcafcc703bd365b7a565d1b385 /target/linux/oxnas/patches-5.4/510-ox820-libata-leds.patch | |
parent | 0b84b892516942f1b78e53665168c81aaa7f5256 (diff) | |
download | upstream-5ea1b1ecd14793c547cb141d149e43aa954e99fb.tar.gz upstream-5ea1b1ecd14793c547cb141d149e43aa954e99fb.tar.bz2 upstream-5ea1b1ecd14793c547cb141d149e43aa954e99fb.zip |
oxnas: add 5.4 as testing kernel version
Add 5.4 kernel version as a new testing kernel option.
Run-tested on Shuttle KD20, seems to work just as well as kernel 4.14.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/patches-5.4/510-ox820-libata-leds.patch')
-rw-r--r-- | target/linux/oxnas/patches-5.4/510-ox820-libata-leds.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/oxnas/patches-5.4/510-ox820-libata-leds.patch b/target/linux/oxnas/patches-5.4/510-ox820-libata-leds.patch new file mode 100644 index 0000000000..05ae9ba44b --- /dev/null +++ b/target/linux/oxnas/patches-5.4/510-ox820-libata-leds.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/mach-oxnas/Kconfig ++++ b/arch/arm/mach-oxnas/Kconfig +@@ -2,6 +2,7 @@ + menuconfig ARCH_OXNAS + bool "Oxford Semiconductor OXNAS Family SoCs" + select ARCH_HAS_RESET_CONTROLLER ++ select ARCH_WANT_LIBATA_LEDS + select COMMON_CLK_OXNAS + select GPIOLIB + select MFD_SYSCON |