ARM: uniphier: move PLL init code to U-Boot proper where possible
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 16 Sep 2016 18:33:09 +0000 (03:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 18 Sep 2016 15:06:44 +0000 (00:06 +0900)
commit6a3e4274e479a70069518679e45fe85ef3f30a36
tree5f64d60420e70e74c8d364ef21ba7a634e47d02f
parent22de6b3374010bd5d9e3063f3b1fa4d70d10faee
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>
19 files changed:
arch/arm/mach-uniphier/board_init.c
arch/arm/mach-uniphier/clk/Makefile
arch/arm/mach-uniphier/clk/dpll-tail.c [new file with mode: 0644]
arch/arm/mach-uniphier/clk/pll-ld4.c [new file with mode: 0644]
arch/arm/mach-uniphier/clk/pll-pro4.c [new file with mode: 0644]
arch/arm/mach-uniphier/clk/pll-sld3.c [new file with mode: 0644]
arch/arm/mach-uniphier/clk/pll.h [new file with mode: 0644]
arch/arm/mach-uniphier/init.h
arch/arm/mach-uniphier/init/init-ld4.c
arch/arm/mach-uniphier/init/init-pro4.c
arch/arm/mach-uniphier/init/init-sld3.c
arch/arm/mach-uniphier/init/init-sld8.c
arch/arm/mach-uniphier/pll/Makefile
arch/arm/mach-uniphier/pll/pll-init-ld4.c
arch/arm/mach-uniphier/pll/pll-init-pro4.c
arch/arm/mach-uniphier/pll/pll-init-sld3.c
arch/arm/mach-uniphier/pll/pll-init-sld8.c
arch/arm/mach-uniphier/pll/pll-spectrum-ld4.c [deleted file]
arch/arm/mach-uniphier/pll/pll-spectrum-sld3.c [deleted file]