linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] arm64: add Rockchip architecture entry
Date: Thu, 25 Jun 2015 20:13:33 +0200	[thread overview]
Message-ID: <1462660.1vQgjvZxuE@diego> (raw)
In-Reply-To: <1650408.ovnAjReNFJ@diego>

The rk3368 is Rockchip's first ARM64 soc, build around 8 Cortex-A53 cores.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm64/Kconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 290ed64..9af528a 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -197,6 +197,16 @@ config ARCH_QCOM
 	help
 	  This enables support for the ARMv8 based Qualcomm chipsets.
 
+config ARCH_ROCKCHIP
+	bool "Rockchip Platforms"
+	select ARCH_HAS_RESET_CONTROLLER
+	select ARCH_REQUIRE_GPIOLIB
+	select PINCTRL
+	select PINCTRL_ROCKCHIP
+	help
+	  This enables support for the ARMv8 based Rockchip chipsets,
+	  like the RK3368.
+
 config ARCH_SEATTLE
 	bool "AMD Seattle SoC Family"
 	help
-- 
2.1.4

  reply	other threads:[~2015-06-25 18:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-25 18:12 [PATCH 0/4] arm64: add initial support for the Rockchip rk3368 Heiko Stübner
2015-06-25 18:13 ` Heiko Stübner [this message]
2015-06-25 18:14 ` [PATCH 2/4] arm64: defconfig: enable ARCH_ROCKCHIP Heiko Stübner
2015-06-25 18:14 ` [PATCH 3/4] arm64: dts: add Rockchip rk3368 core dtsi and board dts for the r88 board Heiko Stübner
2015-06-26  9:34   ` Mark Rutland
2015-06-25 18:15 ` [PATCH 4/4] dt-bindings: document rk3368 R89 board from Rockchip Heiko Stübner
2015-06-26  4:35 ` [PATCH 0/4] arm64: add initial support for the Rockchip rk3368 Bamvor Jian Zhang
2015-06-26  7:17   ` Heiko Stübner
2015-06-26 13:30     ` Bamvor Zhang

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=1462660.1vQgjvZxuE@diego \
    --to=heiko@sntech.de \
    --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).