arm64: renesas: Align configuration headers
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 14 Dec 2024 22:45:11 +0000 (23:45 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 29 Dec 2024 15:55:31 +0000 (16:55 +0100)
commit2fd7a04e7c172a2918d74d348fa70c4d0b91e6ce
tree44d7cceebed558b0a299f83ecb4723135b81af6c
parentec53fdee5bece3139103cc110c25eca96f6257e8
arm64: renesas: Align configuration headers

Align R-Car Gen2/Gen3/Gen4 configuration header file to look
basically the same way across these three SoC generations.
There are subtle difference between the remaining bits in
those files across SoC generations, but the common bits are
now aligned. There is not much left in those headers either,
most of the configuration is now converted to Kconfig.

Specifically for R-Car Gen3, GIC registers have been moved
to architecture specific header file rcar-gen3-base.h , the
rest of the changes here are comment changes and indentation
changes.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/mach-renesas/include/mach/rcar-gen3-base.h
include/configs/rcar-gen2-common.h
include/configs/rcar-gen3-common.h
include/configs/rcar-gen4-common.h