From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Subject: [PATCH V2 2/5] arm64: Add support for TI's K3 Multicore SoC architecture Date: Tue, 26 Jun 2018 11:26:12 -0500 Message-ID: <20180626162615.19194-3-nm@ti.com> References: <20180626162615.19194-1-nm@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20180626162615.19194-1-nm@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: Will Deacon , Catalin Marinas , Mark Rutland , Rob Herring Cc: Tony Lindgren , Russell King , Santosh Shilimkar , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nishanth Menon , Tero Kristo , Sekhar Nori , Olof Johansson , Arnd Bergmann , Sudeep Holla List-Id: devicetree@vger.kernel.org Add support for Texas Instrument's K3 Multicore SoC architecture processors. Reviewed-by: Tony Lindgren Signed-off-by: Nishanth Menon --- Changes since V1: * Picked up Tony's reviewed-by V1: https://patchwork.kernel.org/patch/10475323/ RFC: https://patchwork.kernel.org/patch/10447633/ arch/arm64/Kconfig.platforms | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index d5aeac351fc3..52df25bf4f8c 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -71,6 +71,13 @@ config ARCH_EXYNOS help This enables support for ARMv8 based Samsung Exynos SoC family. +config ARCH_K3 + bool "Texas Instruments Inc. K3 multicore SoC architecture" + select PM_GENERIC_DOMAINS if PM + help + This enables support for Texas Instruments' K3 multicore SoC + architecture. + config ARCH_LAYERSCAPE bool "ARMv8 based Freescale Layerscape SoC family" select EDAC_SUPPORT -- 2.15.1