diff options
author | Jean Pihet <j-pihet@ti.com> | 2012-10-04 12:47:10 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2012-10-15 18:22:24 -0400 |
commit | 1bef60cc7c284fb3164a2b05e8c121ff0ef56a24 (patch) | |
tree | c0db1bb23931b46f77eb3b02d91f16c133ae2d65 /arch/arm/mach-omap2/clock44xx_data.c | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) |
ARM: OMAP: hwmod: align the SmartReflex fck names
Rename the smartreflex fck names for consistency and better readability;
rename the clock aliases so that they match the hwmod main_clk names.
Signed-off-by: Jean Pihet <j-pihet@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock44xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/clock44xx_data.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index d661d138f270..35e943fb1a36 100644 --- a/arch/arm/mach-omap2/clock44xx_data.c +++ b/arch/arm/mach-omap2/clock44xx_data.c | |||
@@ -3226,9 +3226,9 @@ static struct omap_clk omap44xx_clks[] = { | |||
3226 | CLK(NULL, "slimbus2_fclk_0", &slimbus2_fclk_0, CK_443X), | 3226 | CLK(NULL, "slimbus2_fclk_0", &slimbus2_fclk_0, CK_443X), |
3227 | CLK(NULL, "slimbus2_slimbus_clk", &slimbus2_slimbus_clk, CK_443X), | 3227 | CLK(NULL, "slimbus2_slimbus_clk", &slimbus2_slimbus_clk, CK_443X), |
3228 | CLK(NULL, "slimbus2_fck", &slimbus2_fck, CK_443X), | 3228 | CLK(NULL, "slimbus2_fck", &slimbus2_fck, CK_443X), |
3229 | CLK(NULL, "smartreflex_core_fck", &smartreflex_core_fck, CK_443X), | 3229 | CLK(NULL, "smartreflex_core_fck", &smartreflex_core_fck, CK_443X), |
3230 | CLK(NULL, "smartreflex_iva_fck", &smartreflex_iva_fck, CK_443X), | 3230 | CLK(NULL, "smartreflex_iva_fck", &smartreflex_iva_fck, CK_443X), |
3231 | CLK(NULL, "smartreflex_mpu_fck", &smartreflex_mpu_fck, CK_443X), | 3231 | CLK(NULL, "smartreflex_mpu_fck", &smartreflex_mpu_fck, CK_443X), |
3232 | CLK(NULL, "timer1_fck", &timer1_fck, CK_443X), | 3232 | CLK(NULL, "timer1_fck", &timer1_fck, CK_443X), |
3233 | CLK(NULL, "timer10_fck", &timer10_fck, CK_443X), | 3233 | CLK(NULL, "timer10_fck", &timer10_fck, CK_443X), |
3234 | CLK(NULL, "timer11_fck", &timer11_fck, CK_443X), | 3234 | CLK(NULL, "timer11_fck", &timer11_fck, CK_443X), |