]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: move PLLCTRL register macros to each SoC .c file
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 26 Aug 2017 08:57:59 +0000 (17:57 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 30 Aug 2017 00:03:11 +0000 (09:03 +0900)
commita55957b9ad0b912b9e0f705ed64e42274be05276
treeba2a62bd8d135ec1003294365ccea1624aba875f
parent546197b98629fa66a125f87a2b7b61cb8bec6c39
ARM: uniphier: move PLLCTRL register macros to each SoC .c file

The new SoC PXs3 changed the address of PLL, but still uses the
same PLL name.  We can not define SC_*PLLCTRL in the common header.
Move them to per-SoC .c file.  Also, fix some PLL comments.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/clk/pll-ld11.c
arch/arm/mach-uniphier/clk/pll-ld20.c
arch/arm/mach-uniphier/sc64-regs.h