summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-mainline-3.2/omap_fixes/0006-OMAP-HWMOD-add-es3plus-to-am36xx-am35xx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-mainline-3.2/omap_fixes/0006-OMAP-HWMOD-add-es3plus-to-am36xx-am35xx.patch')
-rw-r--r--recipes-kernel/linux/linux-mainline-3.2/omap_fixes/0006-OMAP-HWMOD-add-es3plus-to-am36xx-am35xx.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-mainline-3.2/omap_fixes/0006-OMAP-HWMOD-add-es3plus-to-am36xx-am35xx.patch b/recipes-kernel/linux/linux-mainline-3.2/omap_fixes/0006-OMAP-HWMOD-add-es3plus-to-am36xx-am35xx.patch
new file mode 100644
index 00000000..38433450
--- /dev/null
+++ b/recipes-kernel/linux/linux-mainline-3.2/omap_fixes/0006-OMAP-HWMOD-add-es3plus-to-am36xx-am35xx.patch
@@ -0,0 +1,34 @@
1From 9607ccc0276ee734d3c1a58da0ab4ee18c7fbd29 Mon Sep 17 00:00:00 2001
2From: Robert Nelson <robertcnelson@gmail.com>
3Date: Wed, 28 Dec 2011 10:32:54 -0600
4Subject: [PATCH 6/6] OMAP: HWMOD: add es3plus to am36xx/am35xx
5
6Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
7---
8 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 ++++
9 1 files changed, 4 insertions(+), 0 deletions(-)
10
11diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
12index dcbcd64..3e1a489 100644
13--- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
14+++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
15@@ -3343,12 +3343,16 @@ static __initdata struct omap_hwmod *omap36xx_hwmods[] = {
16 &omap36xx_sr2_hwmod,
17 &omap3xxx_usbhsotg_hwmod,
18 &omap3xxx_mailbox_hwmod,
19+ &omap3xxx_es3plus_mmc1_hwmod,
20+ &omap3xxx_es3plus_mmc2_hwmod,
21 NULL
22 };
23
24 static __initdata struct omap_hwmod *am35xx_hwmods[] = {
25 &omap3xxx_dss_core_hwmod, /* XXX ??? */
26 &am35xx_usbhsotg_hwmod,
27+ &omap3xxx_es3plus_mmc1_hwmod,
28+ &omap3xxx_es3plus_mmc2_hwmod,
29 NULL
30 };
31
32--
331.7.7.4
34