Since the mt8189 init code is shared by multiple similar SoCs, it is useful to read the CPU type from the CPU itself and print it instead of always using "MT8189" in order to have accurate information in the boot log.
Signed-off-by: David Lechner <[email protected]> --- David Lechner (2): arm: mediatek: add SIP platform bininfo lookups arm: mediatek: mt8189: print specific CPU information arch/arm/mach-mediatek/cpu.c | 55 ++++++++++++++++++++++++++++++++++++ arch/arm/mach-mediatek/cpu.h | 14 +++++++++ arch/arm/mach-mediatek/mt8189/init.c | 32 ++++++++++++++++++++- 3 files changed, 100 insertions(+), 1 deletion(-) --- base-commit: 49a76f715d8e348650feb17979d8d3ad52a66fb3 change-id: 20260330-mtk-mt8189-cpu-type-b66b3a883599 Best regards, -- David Lechner <[email protected]>

