From 44b9175d7cb8aeb6d407f861848a398ad9336304 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 15 Oct 2017 21:43:59 +0200 Subject: 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 Acked-by: Alexander Couzens --- .../linux/omap/patches-4.9/001-omap4_pandaboard-wlan_fix.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/omap/patches-4.9/001-omap4_pandaboard-wlan_fix.patch (limited to 'target/linux/omap/patches-4.9') 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, + }, + }; + -- cgit v1.2.3