aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap/patches-4.9/001-omap4_pandaboard-wlan_fix.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-10-15 21:43:59 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-10-18 21:45:49 +0200
commit44b9175d7cb8aeb6d407f861848a398ad9336304 (patch)
treec6af986d4b539c66de20a6d045426c893d8367f4 /target/linux/omap/patches-4.9/001-omap4_pandaboard-wlan_fix.patch
parent398edca82e156747fed6917c79195da1c8c0c863 (diff)
downloadupstream-44b9175d7cb8aeb6d407f861848a398ad9336304.tar.gz
upstream-44b9175d7cb8aeb6d407f861848a398ad9336304.tar.bz2
upstream-44b9175d7cb8aeb6d407f861848a398ad9336304.zip
omap: Add support for kernel 4.9
This adds support for kernel 4.9 and replaces the kernel 4.4 support. These are lynxis test results: panda-board a3 - works, but no network, but master/4.4 doesn't have network either. panda-board-a4 - u-boot SPL refuse to boot. beaglebone-black - works beagle-board - usb attached network doesn't come up and I doesn't have a serial around. beagle-board-xm - ToDo: image code is missing. Kernel 4.4 does not look better, so we merge this anyway. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Acked-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target/linux/omap/patches-4.9/001-omap4_pandaboard-wlan_fix.patch')
-rw-r--r--target/linux/omap/patches-4.9/001-omap4_pandaboard-wlan_fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/omap/patches-4.9/001-omap4_pandaboard-wlan_fix.patch b/target/linux/omap/patches-4.9/001-omap4_pandaboard-wlan_fix.patch
new file mode 100644
index 0000000000..5a6f76fd15
--- /dev/null
+++ b/target/linux/omap/patches-4.9/001-omap4_pandaboard-wlan_fix.patch
@@ -0,0 +1,10 @@
+--- a/arch/arm/mach-omap2/twl-common.c
++++ b/arch/arm/mach-omap2/twl-common.c
+@@ -368,6 +368,7 @@ static struct regulator_init_data omap4_
+ static struct regulator_init_data omap4_clk32kg_idata = {
+ .constraints = {
+ .valid_ops_mask = REGULATOR_CHANGE_STATUS,
++ .always_on = true,
+ },
+ };
+