aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAbhijit Pagare <abhijitpagare@ti.com>2010-01-26 22:12:58 -0500
committerPaul Walmsley <paul@pwsan.com>2010-01-26 22:12:58 -0500
commit6b04e0d99d4113ede24e263e3df246a17f490339 (patch)
treeacc34c7b5c533b212608bb74fc72360a4f0f16c0 /arch/arm
parentbf9854010692d7fbb4c21817c66270b40db55a3b (diff)
ARM: OMAP4 clock domains : Add the missing Clock Domain Structure
One of the clock domains was missing from the auto-generated file. It has been added here. Signed-off-by: Abhijit Pagare <abhijitpagare@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/clockdomains.h1
-rw-r--r--arch/arm/mach-omap2/clockdomains44xx.h8
2 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clockdomains.h b/arch/arm/mach-omap2/clockdomains.h
index f985e0a15c4b..6dc5ddc9a3a4 100644
--- a/arch/arm/mach-omap2/clockdomains.h
+++ b/arch/arm/mach-omap2/clockdomains.h
@@ -461,6 +461,7 @@ static struct clockdomain *clockdomains_omap[] = {
461 &l4_secure_44xx_clkdm, 461 &l4_secure_44xx_clkdm,
462 &l4_per_44xx_clkdm, 462 &l4_per_44xx_clkdm,
463 &abe_44xx_clkdm, 463 &abe_44xx_clkdm,
464 &l3_instr_44xx_clkdm,
464 &l3_init_44xx_clkdm, 465 &l3_init_44xx_clkdm,
465 &mpuss_44xx_clkdm, 466 &mpuss_44xx_clkdm,
466 &mpu0_44xx_clkdm, 467 &mpu0_44xx_clkdm,
diff --git a/arch/arm/mach-omap2/clockdomains44xx.h b/arch/arm/mach-omap2/clockdomains44xx.h
index 6fc55e4ed2b5..438aaee2e392 100644
--- a/arch/arm/mach-omap2/clockdomains44xx.h
+++ b/arch/arm/mach-omap2/clockdomains44xx.h
@@ -102,6 +102,14 @@ static struct clockdomain abe_44xx_clkdm = {
102 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430), 102 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
103}; 103};
104 104
105static struct clockdomain l3_instr_44xx_clkdm = {
106 .name = "l3_instr_clkdm",
107 .pwrdm = { .name = "core_pwrdm" },
108 .clkstctrl_reg = OMAP4430_CM_L3INSTR_CLKSTCTRL,
109 .clktrctrl_mask = OMAP4430_CLKTRCTRL_MASK,
110 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
111};
112
105static struct clockdomain l3_init_44xx_clkdm = { 113static struct clockdomain l3_init_44xx_clkdm = {
106 .name = "l3_init_clkdm", 114 .name = "l3_init_clkdm",
107 .pwrdm = { .name = "l3init_pwrdm" }, 115 .pwrdm = { .name = "l3init_pwrdm" },