diff options
Diffstat (limited to 'arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c b/arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c index e4a7133ea3b3..e6f0d18d5e8d 100644 --- a/arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c +++ b/arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c | |||
@@ -171,7 +171,7 @@ static struct clkdm_dep core_24xx_wkdeps[] = { | |||
171 | 171 | ||
172 | /* 2430-specific possible wakeup dependencies */ | 172 | /* 2430-specific possible wakeup dependencies */ |
173 | 173 | ||
174 | #ifdef CONFIG_ARCH_OMAP2430 | 174 | #ifdef CONFIG_SOC_OMAP2430 |
175 | 175 | ||
176 | /* 2430 PM_WKDEP_MDM: CORE, MPU, WKUP */ | 176 | /* 2430 PM_WKDEP_MDM: CORE, MPU, WKUP */ |
177 | static struct clkdm_dep mdm_2430_wkdeps[] = { | 177 | static struct clkdm_dep mdm_2430_wkdeps[] = { |
@@ -194,7 +194,7 @@ static struct clkdm_dep mdm_2430_wkdeps[] = { | |||
194 | { NULL }, | 194 | { NULL }, |
195 | }; | 195 | }; |
196 | 196 | ||
197 | #endif /* CONFIG_ARCH_OMAP2430 */ | 197 | #endif /* CONFIG_SOC_OMAP2430 */ |
198 | 198 | ||
199 | 199 | ||
200 | /* OMAP3-specific possible dependencies */ | 200 | /* OMAP3-specific possible dependencies */ |
@@ -450,7 +450,7 @@ static struct clockdomain cm_clkdm = { | |||
450 | * 2420-only clockdomains | 450 | * 2420-only clockdomains |
451 | */ | 451 | */ |
452 | 452 | ||
453 | #if defined(CONFIG_ARCH_OMAP2420) | 453 | #if defined(CONFIG_SOC_OMAP2420) |
454 | 454 | ||
455 | static struct clockdomain mpu_2420_clkdm = { | 455 | static struct clockdomain mpu_2420_clkdm = { |
456 | .name = "mpu_clkdm", | 456 | .name = "mpu_clkdm", |
@@ -514,14 +514,14 @@ static struct clockdomain dss_2420_clkdm = { | |||
514 | .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP2420), | 514 | .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP2420), |
515 | }; | 515 | }; |
516 | 516 | ||
517 | #endif /* CONFIG_ARCH_OMAP2420 */ | 517 | #endif /* CONFIG_SOC_OMAP2420 */ |
518 | 518 | ||
519 | 519 | ||
520 | /* | 520 | /* |
521 | * 2430-only clockdomains | 521 | * 2430-only clockdomains |
522 | */ | 522 | */ |
523 | 523 | ||
524 | #if defined(CONFIG_ARCH_OMAP2430) | 524 | #if defined(CONFIG_SOC_OMAP2430) |
525 | 525 | ||
526 | static struct clockdomain mpu_2430_clkdm = { | 526 | static struct clockdomain mpu_2430_clkdm = { |
527 | .name = "mpu_clkdm", | 527 | .name = "mpu_clkdm", |
@@ -600,7 +600,7 @@ static struct clockdomain dss_2430_clkdm = { | |||
600 | .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP2430), | 600 | .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP2430), |
601 | }; | 601 | }; |
602 | 602 | ||
603 | #endif /* CONFIG_ARCH_OMAP2430 */ | 603 | #endif /* CONFIG_SOC_OMAP2430 */ |
604 | 604 | ||
605 | 605 | ||
606 | /* | 606 | /* |
@@ -811,7 +811,7 @@ static struct clockdomain *clockdomains_omap2[] __initdata = { | |||
811 | &cm_clkdm, | 811 | &cm_clkdm, |
812 | &prm_clkdm, | 812 | &prm_clkdm, |
813 | 813 | ||
814 | #ifdef CONFIG_ARCH_OMAP2420 | 814 | #ifdef CONFIG_SOC_OMAP2420 |
815 | &mpu_2420_clkdm, | 815 | &mpu_2420_clkdm, |
816 | &iva1_2420_clkdm, | 816 | &iva1_2420_clkdm, |
817 | &dsp_2420_clkdm, | 817 | &dsp_2420_clkdm, |
@@ -821,7 +821,7 @@ static struct clockdomain *clockdomains_omap2[] __initdata = { | |||
821 | &dss_2420_clkdm, | 821 | &dss_2420_clkdm, |
822 | #endif | 822 | #endif |
823 | 823 | ||
824 | #ifdef CONFIG_ARCH_OMAP2430 | 824 | #ifdef CONFIG_SOC_OMAP2430 |
825 | &mpu_2430_clkdm, | 825 | &mpu_2430_clkdm, |
826 | &mdm_clkdm, | 826 | &mdm_clkdm, |
827 | &dsp_2430_clkdm, | 827 | &dsp_2430_clkdm, |