From: Grygorii Strashko Date: Fri, 19 Jun 2020 16:25:27 +0000 (+0300) Subject: arm64: arch_k3: enable chipid driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ec792ecfd9e6ad7b58dbc78fb034b8e5f55e6dfb;p=linux.git arm64: arch_k3: enable chipid driver Select TI chip id driver for TI's SoCs based on K3 architecture to provide this information to user space and Kernel as it is required by other drivers to determine SoC revision to function properly. Signed-off-by: Grygorii Strashko Reviewed-by: Lokesh Vutla Reviewed-by: Peter Ujfalusi Tested-by: Peter Ujfalusi Signed-off-by: Tero Kristo --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 8dd05b2a925c5..1d3710e3626a0 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -98,6 +98,7 @@ config ARCH_K3 select TI_SCI_PROTOCOL select TI_SCI_INTR_IRQCHIP select TI_SCI_INTA_IRQCHIP + select TI_K3_SOCINFO help This enables support for Texas Instruments' K3 multicore SoC architecture.