From e17d6b07094e4c7d1ebbd92ee4e32deac4c9dc29 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 27 May 2012 15:01:07 +0000 Subject: omap24xx: remove 3.1 support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31890 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../omap24xx/patches-3.1/312-no-hwmod-reset.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 target/linux/omap24xx/patches-3.1/312-no-hwmod-reset.patch (limited to 'target/linux/omap24xx/patches-3.1/312-no-hwmod-reset.patch') diff --git a/target/linux/omap24xx/patches-3.1/312-no-hwmod-reset.patch b/target/linux/omap24xx/patches-3.1/312-no-hwmod-reset.patch deleted file mode 100644 index cd9a43b61..000000000 --- a/target/linux/omap24xx/patches-3.1/312-no-hwmod-reset.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/arch/arm/mach-omap2/omap_hwmod.c -+++ b/arch/arm/mach-omap2/omap_hwmod.c -@@ -145,6 +145,8 @@ - #include - #include - -+#include -+ - #include "cm2xxx_3xxx.h" - #include "cminst44xx.h" - #include "prm2xxx_3xxx.h" -@@ -1704,6 +1706,16 @@ static int _setup(struct omap_hwmod *oh, - - oh->_state = _HWMOD_STATE_INITIALIZED; - -+ if (machine_is_nokia770() || -+ machine_is_nokia_n800() || -+ machine_is_nokia_n810() || -+ machine_is_nokia_n810_wimax()) { -+ /* Nokia N-series workaround: Don't reset any hwmod. Some drivers expect -+ * the NOLO bootloader initializations to be effective. */ -+ oh->flags |= HWMOD_INIT_NO_RESET; -+ printk_once(KERN_INFO "Nokia N-series HWMOD_INIT_NO_RESET workaround enabled\n"); -+ } -+ - /* - * In the case of hwmod with hardreset that should not be - * de-assert at boot time, we have to keep the module -- cgit v1.2.3