summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/sh7372.h
diff options
context:
space:
mode:
authorKuninori Morimoto2010-10-15 07:14:54 +0200
committerPaul Mundt2010-10-15 11:58:40 +0200
commit685e4080c62b4b5c6f67c7b088e416e98d06f7e6 (patch)
tree457954b1e78adf076be55eb2107f4cc35115c345 /arch/arm/mach-shmobile/include/mach/sh7372.h
parentARM: shmobile: use device name for timer clocks (diff)
downloadkernel-qcow2-linux-685e4080c62b4b5c6f67c7b088e416e98d06f7e6.tar.gz
kernel-qcow2-linux-685e4080c62b4b5c6f67c7b088e416e98d06f7e6.tar.xz
kernel-qcow2-linux-685e4080c62b4b5c6f67c7b088e416e98d06f7e6.zip
ARM: mach-shmobile: clock-sh7372: add sh7372_ prefix to global clocks
This patch also registered global extal clocks to sh7372.h Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/sh7372.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/sh7372.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh7372.h b/arch/arm/mach-shmobile/include/mach/sh7372.h
index 33e9700ded7e..9838fcf03083 100644
--- a/arch/arm/mach-shmobile/include/mach/sh7372.h
+++ b/arch/arm/mach-shmobile/include/mach/sh7372.h
@@ -457,8 +457,10 @@ enum {
SHDMA_SLAVE_SDHI2_TX,
};
-extern struct clk dv_clki_clk;
-extern struct clk dv_clki_div2_clk;
-extern struct clk pllc2_clk;
+extern struct clk sh7372_extal1_clk;
+extern struct clk sh7372_extal2_clk;
+extern struct clk sh7372_dv_clki_clk;
+extern struct clk sh7372_dv_clki_div2_clk;
+extern struct clk sh7372_pllc2_clk;
#endif /* __ASM_SH7372_H__ */