arm64: arch_k3: enable chipid driver
authorGrygorii Strashko <grygorii.strashko@ti.com>
Fri, 19 Jun 2020 16:25:27 +0000 (19:25 +0300)
committerTero Kristo <t-kristo@ti.com>
Fri, 17 Jul 2020 11:29:38 +0000 (14:29 +0300)
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 <grygorii.strashko@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm64/Kconfig.platforms

index 8dd05b2..1d3710e 100644 (file)
@@ -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.