arch: mach-k3: Update board specific API name to K3 generic API name
authorSinthu Raja <sinthu.raja@ti.com>
Tue, 10 Jan 2023 15:47:53 +0000 (21:17 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 27 Jan 2023 17:51:27 +0000 (12:51 -0500)
commitfca27ee8b993bd1a5752fc2156b1e86358fa8041
tree1f29970ed10e63a9386842980e0d05df1d30c91d
parent1aaf9df19776b3ba0d9f18f1d292f7fb979b64e1
arch: mach-k3: Update board specific API name to K3 generic API name

Although the board_init_f API initialises the SoC, the API name is
incorrectly specified and misleads the functionality. This file should
only include k3-specific functionality. Change the API's name to something
more K3-specific and separate the function to make it more modular.

Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-k3/include/mach/sys_proto.h
arch/arm/mach-k3/j721s2_init.c