diff options
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2420_data.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2430_data.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index b624ad648212..b6031e468def 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c | |||
@@ -58,7 +58,7 @@ | |||
58 | #define MAX_MODULE_RESET_WAIT 10000 | 58 | #define MAX_MODULE_RESET_WAIT 10000 |
59 | 59 | ||
60 | /* Name of the OMAP hwmod for the MPU */ | 60 | /* Name of the OMAP hwmod for the MPU */ |
61 | #define MPU_INITIATOR_NAME "mpu_hwmod" | 61 | #define MPU_INITIATOR_NAME "mpu" |
62 | 62 | ||
63 | /* omap_hwmod_list contains all registered struct omap_hwmods */ | 63 | /* omap_hwmod_list contains all registered struct omap_hwmods */ |
64 | static LIST_HEAD(omap_hwmod_list); | 64 | static LIST_HEAD(omap_hwmod_list); |
diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index eb7ee2453b24..e5530c51f77d 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c | |||
@@ -125,7 +125,7 @@ static struct omap_hwmod_ocp_if *omap2420_mpu_masters[] = { | |||
125 | 125 | ||
126 | /* MPU */ | 126 | /* MPU */ |
127 | static struct omap_hwmod omap2420_mpu_hwmod = { | 127 | static struct omap_hwmod omap2420_mpu_hwmod = { |
128 | .name = "mpu_hwmod", | 128 | .name = "mpu", |
129 | .class = &mpu_hwmod_class, | 129 | .class = &mpu_hwmod_class, |
130 | .main_clk = "mpu_ck", | 130 | .main_clk = "mpu_ck", |
131 | .masters = omap2420_mpu_masters, | 131 | .masters = omap2420_mpu_masters, |
diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm/mach-omap2/omap_hwmod_2430_data.c index 241bd8230729..0852d954da40 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c | |||
@@ -127,7 +127,7 @@ static struct omap_hwmod_ocp_if *omap2430_mpu_masters[] = { | |||
127 | 127 | ||
128 | /* MPU */ | 128 | /* MPU */ |
129 | static struct omap_hwmod omap2430_mpu_hwmod = { | 129 | static struct omap_hwmod omap2430_mpu_hwmod = { |
130 | .name = "mpu_hwmod", | 130 | .name = "mpu", |
131 | .class = &mpu_hwmod_class, | 131 | .class = &mpu_hwmod_class, |
132 | .main_clk = "mpu_ck", | 132 | .main_clk = "mpu_ck", |
133 | .masters = omap2430_mpu_masters, | 133 | .masters = omap2430_mpu_masters, |
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index ed6084004260..39b0c0eaa37d 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | |||
@@ -156,7 +156,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_mpu_masters[] = { | |||
156 | 156 | ||
157 | /* MPU */ | 157 | /* MPU */ |
158 | static struct omap_hwmod omap3xxx_mpu_hwmod = { | 158 | static struct omap_hwmod omap3xxx_mpu_hwmod = { |
159 | .name = "mpu_hwmod", | 159 | .name = "mpu", |
160 | .class = &mpu_hwmod_class, | 160 | .class = &mpu_hwmod_class, |
161 | .main_clk = "arm_fck", | 161 | .main_clk = "arm_fck", |
162 | .masters = omap3xxx_mpu_masters, | 162 | .masters = omap3xxx_mpu_masters, |