aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx1/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx1/clock.c')
-rw-r--r--arch/arm/mach-mx1/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mx1/clock.c b/arch/arm/mach-mx1/clock.c
index 40a2274380a..0d0f306851d 100644
--- a/arch/arm/mach-mx1/clock.c
+++ b/arch/arm/mach-mx1/clock.c
@@ -462,7 +462,7 @@ static struct clk clko_clk = {
462}; 462};
463 463
464static struct clk dma_clk = { 464static struct clk dma_clk = {
465 .name = "dma_clk", 465 .name = "dma",
466 .parent = &hclk, 466 .parent = &hclk,
467 .round_rate = _clk_parent_round_rate, 467 .round_rate = _clk_parent_round_rate,
468 .set_rate = _clk_parent_set_rate, 468 .set_rate = _clk_parent_set_rate,
@@ -513,7 +513,7 @@ static struct clk gpt_clk = {
513}; 513};
514 514
515static struct clk uart_clk = { 515static struct clk uart_clk = {
516 .name = "uart_clk", 516 .name = "uart",
517 .parent = &perclk[0], 517 .parent = &perclk[0],
518 .round_rate = _clk_parent_round_rate, 518 .round_rate = _clk_parent_round_rate,
519 .set_rate = _clk_parent_set_rate, 519 .set_rate = _clk_parent_set_rate,