diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-02-16 08:29:10 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 05:33:48 -0400 |
commit | e65fb0099fe4fe82d59ffe84f1e88a489218d7f9 (patch) | |
tree | b35665ffe6e939961cc4aaa4f9bf2e1887d3f7a6 /arch/arm/mach-mx3 | |
parent | 30c730f8f90b08d77a73998d2ee34cf1f56e95cc (diff) |
[ARM] MXC: remove _clk suffix from clock names
The context makes it clear already that these are clocks, so there's
no need for such a suffix. This patch only changes the clocks actually
used in the tree. The remaining clocks are renamed in the subsequent
architecture specific patches.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3')
-rw-r--r-- | arch/arm/mach-mx3/clock.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/mach-mx3/clock.c b/arch/arm/mach-mx3/clock.c index 8b41facb391..bc3a3beb9a6 100644 --- a/arch/arm/mach-mx3/clock.c +++ b/arch/arm/mach-mx3/clock.c | |||
@@ -593,7 +593,7 @@ static struct clk epit_clk[] = { | |||
593 | }; | 593 | }; |
594 | 594 | ||
595 | static struct clk nfc_clk = { | 595 | static struct clk nfc_clk = { |
596 | .name = "nfc_clk", | 596 | .name = "nfc", |
597 | .parent = &ahb_clk, | 597 | .parent = &ahb_clk, |
598 | .get_rate = _clk_nfc_get_rate, | 598 | .get_rate = _clk_nfc_get_rate, |
599 | }; | 599 | }; |
@@ -667,7 +667,7 @@ static struct clk csi_clk = { | |||
667 | 667 | ||
668 | static struct clk uart_clk[] = { | 668 | static struct clk uart_clk[] = { |
669 | { | 669 | { |
670 | .name = "uart_clk", | 670 | .name = "uart", |
671 | .id = 0, | 671 | .id = 0, |
672 | .parent = &perclk_clk, | 672 | .parent = &perclk_clk, |
673 | .enable = _clk_enable, | 673 | .enable = _clk_enable, |
@@ -675,7 +675,7 @@ static struct clk uart_clk[] = { | |||
675 | .enable_shift = MXC_CCM_CGR0_UART1_OFFSET, | 675 | .enable_shift = MXC_CCM_CGR0_UART1_OFFSET, |
676 | .disable = _clk_disable,}, | 676 | .disable = _clk_disable,}, |
677 | { | 677 | { |
678 | .name = "uart_clk", | 678 | .name = "uart", |
679 | .id = 1, | 679 | .id = 1, |
680 | .parent = &perclk_clk, | 680 | .parent = &perclk_clk, |
681 | .enable = _clk_enable, | 681 | .enable = _clk_enable, |
@@ -683,7 +683,7 @@ static struct clk uart_clk[] = { | |||
683 | .enable_shift = MXC_CCM_CGR0_UART2_OFFSET, | 683 | .enable_shift = MXC_CCM_CGR0_UART2_OFFSET, |
684 | .disable = _clk_disable,}, | 684 | .disable = _clk_disable,}, |
685 | { | 685 | { |
686 | .name = "uart_clk", | 686 | .name = "uart", |
687 | .id = 2, | 687 | .id = 2, |
688 | .parent = &perclk_clk, | 688 | .parent = &perclk_clk, |
689 | .enable = _clk_enable, | 689 | .enable = _clk_enable, |
@@ -691,7 +691,7 @@ static struct clk uart_clk[] = { | |||
691 | .enable_shift = MXC_CCM_CGR1_UART3_OFFSET, | 691 | .enable_shift = MXC_CCM_CGR1_UART3_OFFSET, |
692 | .disable = _clk_disable,}, | 692 | .disable = _clk_disable,}, |
693 | { | 693 | { |
694 | .name = "uart_clk", | 694 | .name = "uart", |
695 | .id = 3, | 695 | .id = 3, |
696 | .parent = &perclk_clk, | 696 | .parent = &perclk_clk, |
697 | .enable = _clk_enable, | 697 | .enable = _clk_enable, |
@@ -699,7 +699,7 @@ static struct clk uart_clk[] = { | |||
699 | .enable_shift = MXC_CCM_CGR1_UART4_OFFSET, | 699 | .enable_shift = MXC_CCM_CGR1_UART4_OFFSET, |
700 | .disable = _clk_disable,}, | 700 | .disable = _clk_disable,}, |
701 | { | 701 | { |
702 | .name = "uart_clk", | 702 | .name = "uart", |
703 | .id = 4, | 703 | .id = 4, |
704 | .parent = &perclk_clk, | 704 | .parent = &perclk_clk, |
705 | .enable = _clk_enable, | 705 | .enable = _clk_enable, |
@@ -736,7 +736,7 @@ static struct clk i2c_clk[] = { | |||
736 | }; | 736 | }; |
737 | 737 | ||
738 | static struct clk owire_clk = { | 738 | static struct clk owire_clk = { |
739 | .name = "owire_clk", | 739 | .name = "owire", |
740 | .parent = &perclk_clk, | 740 | .parent = &perclk_clk, |
741 | .enable_reg = MXC_CCM_CGR1, | 741 | .enable_reg = MXC_CCM_CGR1, |
742 | .enable_shift = MXC_CCM_CGR1_OWIRE_OFFSET, | 742 | .enable_shift = MXC_CCM_CGR1_OWIRE_OFFSET, |