Skip to content

Commit

Permalink
ARM: shmobile: r8a7790: Correct typo in clocks
Browse files Browse the repository at this point in the history
This is the r8a7790 SoC not the r8a77a4 SoC and
clocks are updated in r8a7790_clock_init not r8a73a4_clock_init.

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Simon Horman committed Nov 24, 2013
1 parent 2f3927e commit 7d94781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/clock-r8a7790.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static struct sh_clk_ops followparent_clk_ops = {
};

static struct clk main_clk = {
/* .parent will be set r8a73a4_clock_init */
/* .parent will be set r8a7790_clock_init */
.ops = &followparent_clk_ops,
};

Expand Down

0 comments on commit 7d94781

Please sign in to comment.