commit | fa714417599ac5284e400f408b3410b99a2ed6d6 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Jul 21 14:04:22 2015 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jul 23 23:42:22 2015 +0900 |
tree | 3da8e615f2f020eda20f50cef1b79b83c36e4bd3 | |
parent | f0fdc1bb5a2bf69a902132fabb53e348f3aaf5a6 [diff] [blame] |
ARM: UniPhier: add PH1-sLD3 SoC support The init code for UMC (Unified Memory Controller) and PLL has not been mainlined yet, but U-boot proper should work. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff --git a/arch/arm/mach-uniphier/ph1-sld3/clkrst_init.c b/arch/arm/mach-uniphier/ph1-sld3/clkrst_init.c new file mode 100644 index 0000000..3a3dab7 --- /dev/null +++ b/arch/arm/mach-uniphier/ph1-sld3/clkrst_init.c
@@ -0,0 +1 @@ +#include "../ph1-pro4/clkrst_init.c"