summaryrefslogtreecommitdiffstats
path: root/patches/linux-3.7/0098-ARM-AM33XX-hwmod-Remove-wrong-INIT_NO_RESET-IDLE-fla.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/linux-3.7/0098-ARM-AM33XX-hwmod-Remove-wrong-INIT_NO_RESET-IDLE-fla.patch')
-rw-r--r--patches/linux-3.7/0098-ARM-AM33XX-hwmod-Remove-wrong-INIT_NO_RESET-IDLE-fla.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/patches/linux-3.7/0098-ARM-AM33XX-hwmod-Remove-wrong-INIT_NO_RESET-IDLE-fla.patch b/patches/linux-3.7/0098-ARM-AM33XX-hwmod-Remove-wrong-INIT_NO_RESET-IDLE-fla.patch
new file mode 100644
index 0000000..5e39bdb
--- /dev/null
+++ b/patches/linux-3.7/0098-ARM-AM33XX-hwmod-Remove-wrong-INIT_NO_RESET-IDLE-fla.patch
@@ -0,0 +1,24 @@
+From: Vaibhav Hiremath <hvaibhav@ti.com>
+Date: Fri, 19 Oct 2012 02:01:39 +0530
+Subject: [PATCH] ARM: AM33XX: hwmod: Remove wrong INIT_NO_RESET/IDLE flags
+ from cpgmac entry
+
+Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
+---
+ arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c
+index 2a5032f..76531f9 100644
+--- a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c
++++ b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c
+@@ -681,8 +681,7 @@ static struct omap_hwmod am33xx_cpgmac0_hwmod = {
+ .modulemode = MODULEMODE_SWCTRL,
+ },
+ },
+- .flags = (HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY |
+- HWMOD_INIT_NO_RESET | HWMOD_INIT_NO_IDLE),
++ .flags = (HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY),
+ };
+
+ /*