linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] arm64: Add support for TI's K3 Multicore SoC architecture
Date: Tue, 19 Jun 2018 14:42:50 -0500	[thread overview]
Message-ID: <20180619194253.27288-3-nm@ti.com> (raw)
In-Reply-To: <20180619194253.27288-1-nm@ti.com>

Add support for Texas Instrument's K3 Multicore SoC architecture
processors.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
Changes since RFC:
 * None

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

  parent reply	other threads:[~2018-06-19 19:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19 19:42 [PATCH 0/5] arm64: Initial support Texas Instrument's AM654 Platform Nishanth Menon
2018-06-19 19:42 ` [PATCH 1/5] dt-bindings: arm: ti: Add bindings for AM654 SoC Nishanth Menon
2018-06-19 19:42 ` Nishanth Menon [this message]
2018-06-19 19:42 ` [PATCH 3/5] arm64: dts: ti: Add Support " Nishanth Menon
2018-06-21  5:37   ` Tony Lindgren
2018-06-21 11:36     ` Nishanth Menon
2018-06-19 19:42 ` [PATCH 4/5] soc: ti: Add Support for AM654 SoC config option Nishanth Menon
2018-06-19 19:42 ` [PATCH 5/5] arm64: dts: ti: Add support for AM654 EVM base board Nishanth Menon
2018-06-21  5:40 ` [PATCH 0/5] arm64: Initial support Texas Instrument's AM654 Platform Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180619194253.27288-3-nm@ti.com \
    --to=nm@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).