Commit 7d947813 authored by Simon Horman's avatar Simon Horman

ARM: shmobile: r8a7790: Correct typo in clocks

This is the r8a7790 SoC not the r8a77a4 SoC and
clocks are updated in r8a7790_clock_init not r8a73a4_clock_init.
Acked-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 2f3927e8
...@@ -77,7 +77,7 @@ static struct sh_clk_ops followparent_clk_ops = { ...@@ -77,7 +77,7 @@ static struct sh_clk_ops followparent_clk_ops = {
}; };
static struct clk main_clk = { static struct clk main_clk = {
/* .parent will be set r8a73a4_clock_init */ /* .parent will be set r8a7790_clock_init */
.ops = &followparent_clk_ops, .ops = &followparent_clk_ops,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment