commit | a55957b9ad0b912b9e0f705ed64e42274be05276 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Aug 26 17:57:59 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Aug 30 09:03:11 2017 +0900 |
tree | ba2a62bd8d135ec1003294365ccea1624aba875f | |
parent | 546197b98629fa66a125f87a2b7b61cb8bec6c39 [diff] |
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>