summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/clk/pll.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-17 03:33:09 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-19 00:06:44 +0900
commit6a3e4274e479a70069518679e45fe85ef3f30a36 (patch)
tree5f64d60420e70e74c8d364ef21ba7a634e47d02f /arch/arm/mach-uniphier/clk/pll.h
parent22de6b3374010bd5d9e3063f3b1fa4d70d10faee (diff)
downloadu-boot-imx-6a3e4274e479a70069518679e45fe85ef3f30a36.zip
u-boot-imx-6a3e4274e479a70069518679e45fe85ef3f30a36.tar.gz
u-boot-imx-6a3e4274e479a70069518679e45fe85ef3f30a36.tar.bz2
ARM: uniphier: move PLL init code to U-Boot proper where possible
The PLL for the DRAM interface must be initialized in SPL, but the others can be delayed until U-Boot proper. Move them from SPL to U-Boot proper to save the precious SPL memory footprint. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/clk/pll.h')
-rw-r--r--arch/arm/mach-uniphier/clk/pll.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/clk/pll.h b/arch/arm/mach-uniphier/clk/pll.h
new file mode 100644
index 0000000..ef0f722
--- /dev/null
+++ b/arch/arm/mach-uniphier/clk/pll.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2016 Socionext Inc.
+ * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef MACH_PLL_H
+#define MACH_PLL_H
+
+void uniphier_ld4_dpll_ssc_en(void);
+
+#endif /* MACH_PLL_H */