summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/sh7372.h
diff options
context:
space:
mode:
authorGuennadi Liakhovetski2010-07-21 12:13:14 +0200
committerPaul Mundt2010-08-04 09:12:06 +0200
commitb90884c886696a67a4c7832b4e627f341a860b3d (patch)
treebadcea9298541009150fff8abc278980b542ae4c /arch/arm/mach-shmobile/include/mach/sh7372.h
parentsh: add a reparent function to DIV6 clocks (diff)
downloadkernel-qcow2-linux-b90884c886696a67a4c7832b4e627f341a860b3d.tar.gz
kernel-qcow2-linux-b90884c886696a67a4c7832b4e627f341a860b3d.tar.xz
kernel-qcow2-linux-b90884c886696a67a4c7832b4e627f341a860b3d.zip
ARM: mach-shmobile: extend clock definitions on sh7372
Add definitions for DV_CLKI and HDMI clocks, extend support for PLLC2 and some other clocks. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Magnus Damm <damm@opensource.se> 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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh7372.h b/arch/arm/mach-shmobile/include/mach/sh7372.h
index c2d2d811059c..33e9700ded7e 100644
--- a/arch/arm/mach-shmobile/include/mach/sh7372.h
+++ b/arch/arm/mach-shmobile/include/mach/sh7372.h
@@ -11,6 +11,8 @@
#ifndef __ASM_SH7372_H__
#define __ASM_SH7372_H__
+#include <linux/sh_clk.h>
+
/*
* Pin Function Controller:
* GPIO_FN_xx - GPIO used to select pin function
@@ -455,4 +457,8 @@ enum {
SHDMA_SLAVE_SDHI2_TX,
};
+extern struct clk dv_clki_clk;
+extern struct clk dv_clki_div2_clk;
+extern struct clk pllc2_clk;
+
#endif /* __ASM_SH7372_H__ */