summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap/dvfs/0016-OMAP3-Introduce-voltage-domain-info-in-the-hwmod-str.patch
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
commit88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch)
treee1ad8651aa7663850f6dc1108b278f56a2b92a91 /extras/recipes-kernel/linux/linux-omap/dvfs/0016-OMAP3-Introduce-voltage-domain-info-in-the-hwmod-str.patch
parenta1e2573369c6714956af561523ba274aa9c185f7 (diff)
downloadmeta-ti-88867c1d96684925027a0ecc9e25c6ea70040cc6.tar.gz
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap/dvfs/0016-OMAP3-Introduce-voltage-domain-info-in-the-hwmod-str.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap/dvfs/0016-OMAP3-Introduce-voltage-domain-info-in-the-hwmod-str.patch45
1 files changed, 45 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap/dvfs/0016-OMAP3-Introduce-voltage-domain-info-in-the-hwmod-str.patch b/extras/recipes-kernel/linux/linux-omap/dvfs/0016-OMAP3-Introduce-voltage-domain-info-in-the-hwmod-str.patch
new file mode 100644
index 00000000..fe856527
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap/dvfs/0016-OMAP3-Introduce-voltage-domain-info-in-the-hwmod-str.patch
@@ -0,0 +1,45 @@
1From b54b316174e1d59a820e68c45c4abfc1336d8e09 Mon Sep 17 00:00:00 2001
2From: Thara Gopinath <thara@ti.com>
3Date: Wed, 18 Aug 2010 16:22:43 +0530
4Subject: [PATCH 16/20] OMAP3: Introduce voltage domain info in the hwmod structures.
5
6This patch adds voltage domain info in the relevant
7device hwmod structures so as to enable OMAP3 DVFS
8support.
9
10Signed-off-by: Thara Gopinath <thara@ti.com>
11---
12 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 3 +++
13 1 files changed, 3 insertions(+), 0 deletions(-)
14
15diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
16index 8d81813..c57f34d 100644
17--- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
18+++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
19@@ -94,6 +94,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l3_main_masters[] = {
20 static struct omap_hwmod omap3xxx_l3_main_hwmod = {
21 .name = "l3_main",
22 .class = &l3_hwmod_class,
23+ .vdd_name = "core",
24 .masters = omap3xxx_l3_main_masters,
25 .masters_cnt = ARRAY_SIZE(omap3xxx_l3_main_masters),
26 .slaves = omap3xxx_l3_main_slaves,
27@@ -384,6 +385,7 @@ static struct omap_hwmod omap3xxx_mpu_hwmod = {
28 .name = "mpu",
29 .class = &mpu_hwmod_class,
30 .main_clk = "arm_fck",
31+ .vdd_name = "mpu",
32 .masters = omap3xxx_mpu_masters,
33 .masters_cnt = ARRAY_SIZE(omap3xxx_mpu_masters),
34 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
35@@ -412,6 +414,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_iva_masters[] = {
36 static struct omap_hwmod omap3xxx_iva_hwmod = {
37 .name = "iva",
38 .class = &iva_hwmod_class,
39+ .vdd_name = "mpu",
40 .masters = omap3xxx_iva_masters,
41 .masters_cnt = ARRAY_SIZE(omap3xxx_iva_masters),
42 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430)
43--
441.6.6.1
45