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 | |
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>
-rw-r--r-- | arch/arm/mach-omap2/clock33xx_data.c | 12 | ||||
-rw-r--r-- | arch/arm/mach-omap2/clock3xxx_data.c | 12 | ||||
-rw-r--r-- | arch/arm/mach-omap2/clock44xx_data.c | 6 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 8 |
4 files changed, 19 insertions, 19 deletions
diff --git a/arch/arm/mach-omap2/clock33xx_data.c b/arch/arm/mach-omap2/clock33xx_data.c index 114ab4b8e0e3..0bf5458b72f9 100644 --- a/arch/arm/mach-omap2/clock33xx_data.c +++ b/arch/arm/mach-omap2/clock33xx_data.c | |||
@@ -548,16 +548,16 @@ static struct clk mcasp1_fck = { | |||
548 | .recalc = &followparent_recalc, | 548 | .recalc = &followparent_recalc, |
549 | }; | 549 | }; |
550 | 550 | ||
551 | static struct clk smartreflex0_fck = { | 551 | static struct clk smartreflex_mpu_fck = { |
552 | .name = "smartreflex0_fck", | 552 | .name = "smartreflex_mpu_fck", |
553 | .clkdm_name = "l4_wkup_clkdm", | 553 | .clkdm_name = "l4_wkup_clkdm", |
554 | .parent = &sys_clkin_ck, | 554 | .parent = &sys_clkin_ck, |
555 | .ops = &clkops_null, | 555 | .ops = &clkops_null, |
556 | .recalc = &followparent_recalc, | 556 | .recalc = &followparent_recalc, |
557 | }; | 557 | }; |
558 | 558 | ||
559 | static struct clk smartreflex1_fck = { | 559 | static struct clk smartreflex_core_fck = { |
560 | .name = "smartreflex1_fck", | 560 | .name = "smartreflex_core_fck", |
561 | .clkdm_name = "l4_wkup_clkdm", | 561 | .clkdm_name = "l4_wkup_clkdm", |
562 | .parent = &sys_clkin_ck, | 562 | .parent = &sys_clkin_ck, |
563 | .ops = &clkops_null, | 563 | .ops = &clkops_null, |
@@ -1039,8 +1039,8 @@ static struct omap_clk am33xx_clks[] = { | |||
1039 | CLK(NULL, "mcasp1_fck", &mcasp1_fck, CK_AM33XX), | 1039 | CLK(NULL, "mcasp1_fck", &mcasp1_fck, CK_AM33XX), |
1040 | CLK("NULL", "mmc2_fck", &mmc2_fck, CK_AM33XX), | 1040 | CLK("NULL", "mmc2_fck", &mmc2_fck, CK_AM33XX), |
1041 | CLK(NULL, "mmu_fck", &mmu_fck, CK_AM33XX), | 1041 | CLK(NULL, "mmu_fck", &mmu_fck, CK_AM33XX), |
1042 | CLK(NULL, "smartreflex0_fck", &smartreflex0_fck, CK_AM33XX), | 1042 | CLK(NULL, "smartreflex_mpu_fck", &smartreflex_mpu_fck, CK_AM33XX), |
1043 | CLK(NULL, "smartreflex1_fck", &smartreflex1_fck, CK_AM33XX), | 1043 | CLK(NULL, "smartreflex_core_fck", &smartreflex_core_fck, CK_AM33XX), |
1044 | CLK(NULL, "timer1_fck", &timer1_fck, CK_AM33XX), | 1044 | CLK(NULL, "timer1_fck", &timer1_fck, CK_AM33XX), |
1045 | CLK(NULL, "timer2_fck", &timer2_fck, CK_AM33XX), | 1045 | CLK(NULL, "timer2_fck", &timer2_fck, CK_AM33XX), |
1046 | CLK(NULL, "timer3_fck", &timer3_fck, CK_AM33XX), | 1046 | CLK(NULL, "timer3_fck", &timer3_fck, CK_AM33XX), |
diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index 1f42c9d5ecf3..d1786fca6919 100644 --- a/arch/arm/mach-omap2/clock3xxx_data.c +++ b/arch/arm/mach-omap2/clock3xxx_data.c | |||
@@ -3050,8 +3050,8 @@ static struct clk traceclk_fck = { | |||
3050 | /* SR clocks */ | 3050 | /* SR clocks */ |
3051 | 3051 | ||
3052 | /* SmartReflex fclk (VDD1) */ | 3052 | /* SmartReflex fclk (VDD1) */ |
3053 | static struct clk sr1_fck = { | 3053 | static struct clk smartreflex_mpu_iva_fck = { |
3054 | .name = "sr1_fck", | 3054 | .name = "smartreflex_mpu_iva_fck", |
3055 | .ops = &clkops_omap2_dflt_wait, | 3055 | .ops = &clkops_omap2_dflt_wait, |
3056 | .parent = &sys_ck, | 3056 | .parent = &sys_ck, |
3057 | .enable_reg = OMAP_CM_REGADDR(WKUP_MOD, CM_FCLKEN), | 3057 | .enable_reg = OMAP_CM_REGADDR(WKUP_MOD, CM_FCLKEN), |
@@ -3061,8 +3061,8 @@ static struct clk sr1_fck = { | |||
3061 | }; | 3061 | }; |
3062 | 3062 | ||
3063 | /* SmartReflex fclk (VDD2) */ | 3063 | /* SmartReflex fclk (VDD2) */ |
3064 | static struct clk sr2_fck = { | 3064 | static struct clk smartreflex_core_fck = { |
3065 | .name = "sr2_fck", | 3065 | .name = "smartreflex_core_fck", |
3066 | .ops = &clkops_omap2_dflt_wait, | 3066 | .ops = &clkops_omap2_dflt_wait, |
3067 | .parent = &sys_ck, | 3067 | .parent = &sys_ck, |
3068 | .enable_reg = OMAP_CM_REGADDR(WKUP_MOD, CM_FCLKEN), | 3068 | .enable_reg = OMAP_CM_REGADDR(WKUP_MOD, CM_FCLKEN), |
@@ -3478,8 +3478,8 @@ static struct omap_clk omap3xxx_clks[] = { | |||
3478 | CLK(NULL, "atclk_fck", &atclk_fck, CK_3XXX), | 3478 | CLK(NULL, "atclk_fck", &atclk_fck, CK_3XXX), |
3479 | CLK(NULL, "traceclk_src_fck", &traceclk_src_fck, CK_3XXX), | 3479 | CLK(NULL, "traceclk_src_fck", &traceclk_src_fck, CK_3XXX), |
3480 | CLK(NULL, "traceclk_fck", &traceclk_fck, CK_3XXX), | 3480 | CLK(NULL, "traceclk_fck", &traceclk_fck, CK_3XXX), |
3481 | CLK(NULL, "sr1_fck", &sr1_fck, CK_34XX | CK_36XX), | 3481 | CLK(NULL, "smartreflex_mpu_iva_fck", &smartreflex_mpu_iva_fck, CK_34XX | CK_36XX), |
3482 | CLK(NULL, "sr2_fck", &sr2_fck, CK_34XX | CK_36XX), | 3482 | CLK(NULL, "smartreflex_core_fck", &smartreflex_core_fck, CK_34XX | CK_36XX), |
3483 | CLK(NULL, "sr_l4_ick", &sr_l4_ick, CK_34XX | CK_36XX), | 3483 | CLK(NULL, "sr_l4_ick", &sr_l4_ick, CK_34XX | CK_36XX), |
3484 | CLK(NULL, "secure_32k_fck", &secure_32k_fck, CK_3XXX), | 3484 | CLK(NULL, "secure_32k_fck", &secure_32k_fck, CK_3XXX), |
3485 | CLK(NULL, "gpt12_fck", &gpt12_fck, CK_3XXX), | 3485 | CLK(NULL, "gpt12_fck", &gpt12_fck, CK_3XXX), |
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), |
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index f67b7ee07dd4..9693a187ff66 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | |||
@@ -1406,7 +1406,7 @@ static struct omap_hwmod_irq_info omap3_smartreflex_mpu_irqs[] = { | |||
1406 | static struct omap_hwmod omap34xx_sr1_hwmod = { | 1406 | static struct omap_hwmod omap34xx_sr1_hwmod = { |
1407 | .name = "smartreflex_mpu_iva", | 1407 | .name = "smartreflex_mpu_iva", |
1408 | .class = &omap34xx_smartreflex_hwmod_class, | 1408 | .class = &omap34xx_smartreflex_hwmod_class, |
1409 | .main_clk = "sr1_fck", | 1409 | .main_clk = "smartreflex_mpu_iva_fck", |
1410 | .prcm = { | 1410 | .prcm = { |
1411 | .omap2 = { | 1411 | .omap2 = { |
1412 | .prcm_reg_id = 1, | 1412 | .prcm_reg_id = 1, |
@@ -1424,7 +1424,7 @@ static struct omap_hwmod omap34xx_sr1_hwmod = { | |||
1424 | static struct omap_hwmod omap36xx_sr1_hwmod = { | 1424 | static struct omap_hwmod omap36xx_sr1_hwmod = { |
1425 | .name = "smartreflex_mpu_iva", | 1425 | .name = "smartreflex_mpu_iva", |
1426 | .class = &omap36xx_smartreflex_hwmod_class, | 1426 | .class = &omap36xx_smartreflex_hwmod_class, |
1427 | .main_clk = "sr1_fck", | 1427 | .main_clk = "smartreflex_mpu_iva_fck", |
1428 | .prcm = { | 1428 | .prcm = { |
1429 | .omap2 = { | 1429 | .omap2 = { |
1430 | .prcm_reg_id = 1, | 1430 | .prcm_reg_id = 1, |
@@ -1451,7 +1451,7 @@ static struct omap_hwmod_irq_info omap3_smartreflex_core_irqs[] = { | |||
1451 | static struct omap_hwmod omap34xx_sr2_hwmod = { | 1451 | static struct omap_hwmod omap34xx_sr2_hwmod = { |
1452 | .name = "smartreflex_core", | 1452 | .name = "smartreflex_core", |
1453 | .class = &omap34xx_smartreflex_hwmod_class, | 1453 | .class = &omap34xx_smartreflex_hwmod_class, |
1454 | .main_clk = "sr2_fck", | 1454 | .main_clk = "smartreflex_core_fck", |
1455 | .prcm = { | 1455 | .prcm = { |
1456 | .omap2 = { | 1456 | .omap2 = { |
1457 | .prcm_reg_id = 1, | 1457 | .prcm_reg_id = 1, |
@@ -1469,7 +1469,7 @@ static struct omap_hwmod omap34xx_sr2_hwmod = { | |||
1469 | static struct omap_hwmod omap36xx_sr2_hwmod = { | 1469 | static struct omap_hwmod omap36xx_sr2_hwmod = { |
1470 | .name = "smartreflex_core", | 1470 | .name = "smartreflex_core", |
1471 | .class = &omap36xx_smartreflex_hwmod_class, | 1471 | .class = &omap36xx_smartreflex_hwmod_class, |
1472 | .main_clk = "sr2_fck", | 1472 | .main_clk = "smartreflex_core_fck", |
1473 | .prcm = { | 1473 | .prcm = { |
1474 | .omap2 = { | 1474 | .omap2 = { |
1475 | .prcm_reg_id = 1, | 1475 | .prcm_reg_id = 1, |