summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/clock-r8a7790.c
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2013-11-06 04:58:55 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-11-24 06:14:32 (GMT)
commit7d947813d4dbb8cfee0ed2c75b27f65cb2c54434 (patch)
tree575455589df71505433635ee2f261e09a56cf552 /arch/arm/mach-shmobile/clock-r8a7790.c
parent2f3927e815e82874af76db51f8d2c2a596bc6cee (diff)
downloadlinux-7d947813d4dbb8cfee0ed2c75b27f65cb2c54434.tar.xz
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: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/clock-r8a7790.c')
-rw-r--r--arch/arm/mach-shmobile/clock-r8a7790.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7790.c b/arch/arm/mach-shmobile/clock-r8a7790.c
index a64f965..fa1b477 100644
--- a/arch/arm/mach-shmobile/clock-r8a7790.c
+++ b/arch/arm/mach-shmobile/clock-r8a7790.c
@@ -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,
};