]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: add System Control register macros for ARMv8 SoCs
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 18 Mar 2016 07:41:51 +0000 (16:41 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 23 Mar 2016 16:45:22 +0000 (01:45 +0900)
commit650aedbfc03e2f594ca0a8000b357dc6412710aa
treeb4eb6e4c48cf88f2eb66ca1cbe94ae597b3d4db9
parentc8cc7213a5fd6e8dc3429fc1c3513b3de99e211e
ARM: uniphier: add System Control register macros for ARMv8 SoCs

The System Control block moved to a completely different register
map for ARMv8 SoCs, so it cannot be shared with the ARM 32-bit ones.
Define register macros in a new header file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/sc64-regs.h [new file with mode: 0644]