diff options
author | Benoit Cousson <b-cousson@ti.com> | 2011-02-08 14:30:31 -0700 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2011-03-01 16:36:20 -0700 |
commit | 1a9f5e89d67855385ed42b7b71167e2d3a39507a (patch) | |
tree | b4f0e175557d178beea8b8a10ca2f8469ca668e0 /arch/arm/mach-omap2/prcm_mpu44xx.h | |
parent | dd9c1549edef02290edced639f67b54a25abbe0e (diff) | |
download | talos-op-linux-1a9f5e89d67855385ed42b7b71167e2d3a39507a.tar.gz talos-op-linux-1a9f5e89d67855385ed42b7b71167e2d3a39507a.zip |
omap4: clockdomain: Fix the CPUx domain name
The register naming convention for clock domain control inside
power domain instance is:
OMAPXXXX_<partition>_<power_domain>_<clock_domain>_CDOFFS
Both CPU0 and CPU1 use MPU as clock domain name instead of CPU0
and CPU1.
Change the name to stick to the convention.
The autogen scripts are updated accordingly.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/prcm_mpu44xx.h')
-rw-r--r-- | arch/arm/mach-omap2/prcm_mpu44xx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/prcm_mpu44xx.h b/arch/arm/mach-omap2/prcm_mpu44xx.h index 3300ff6e3cfe..d22d1b43bccd 100644 --- a/arch/arm/mach-omap2/prcm_mpu44xx.h +++ b/arch/arm/mach-omap2/prcm_mpu44xx.h @@ -38,8 +38,8 @@ #define OMAP4430_PRCM_MPU_CPU1_INST 0x0800 /* PRCM_MPU clockdomain register offsets (from instance start) */ -#define OMAP4430_PRCM_MPU_CPU0_MPU_CDOFFS 0x0018 -#define OMAP4430_PRCM_MPU_CPU1_MPU_CDOFFS 0x0018 +#define OMAP4430_PRCM_MPU_CPU0_CPU0_CDOFFS 0x0018 +#define OMAP4430_PRCM_MPU_CPU1_CPU1_CDOFFS 0x0018 /* |