summaryrefslogtreecommitdiff
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-09-17 15:11:28 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-09-17 15:11:28 +0800
commitb1f174b19c15e36a5e6f209d98caba77385d790e (patch)
treeb3f588c9d1754463de12ba46265d2c961089722f /include/linux/platform_data
parent8f71fb87e288c5f374ea0e0ddac18707b6649f72 (diff)
parent494bfec99922d54054d2d0873f1017680cfc3f13 (diff)
Merge remote-tracking branch 'mturquette/clk-3.7' into imx/dt-for-3.7-2
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/clk-realview.h1
-rw-r--r--include/linux/platform_data/clk-ux500.h17
2 files changed, 18 insertions, 0 deletions
diff --git a/include/linux/platform_data/clk-realview.h b/include/linux/platform_data/clk-realview.h
new file mode 100644
index 000000000000..2e426a7dbc51
--- /dev/null
+++ b/include/linux/platform_data/clk-realview.h
@@ -0,0 +1 @@
+void realview_clk_init(void __iomem *sysbase, bool is_pb1176);
diff --git a/include/linux/platform_data/clk-ux500.h b/include/linux/platform_data/clk-ux500.h
new file mode 100644
index 000000000000..3af0da1f3be5
--- /dev/null
+++ b/include/linux/platform_data/clk-ux500.h
@@ -0,0 +1,17 @@
+/*
+ * Clock definitions for ux500 platforms
+ *
+ * Copyright (C) 2012 ST-Ericsson SA
+ * Author: Ulf Hansson <ulf.hansson@linaro.org>
+ *
+ * License terms: GNU General Public License (GPL) version 2
+ */
+
+#ifndef __CLK_UX500_H
+#define __CLK_UX500_H
+
+void u8500_clk_init(void);
+void u9540_clk_init(void);
+void u8540_clk_init(void);
+
+#endif /* __CLK_UX500_H */