All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomer Maimon <tmaimon77@gmail.com>
To: <openbmc@lists.ozlabs.org>
Cc: andrew@aj.id.au, joel@jms.id.au, Tomer Maimon <tmaimon77@gmail.com>
Subject: [PATCH linux dev-5.15 v1 13/16] arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC
Date: Mon, 1 Aug 2022 15:08:16 +0300	[thread overview]
Message-ID: <20220801120819.113533-14-tmaimon77@gmail.com> (raw)
In-Reply-To: <20220801120819.113533-1-tmaimon77@gmail.com>

This adds support for the Nuvoton NPCM8XX Board Management
controller (BMC) SoC family.

The NPCM8XX based quad-core Cortex-A35 ARMv8 architecture.

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
---
 MAINTAINERS                  |  3 +++
 arch/arm64/Kconfig.platforms | 11 +++++++++++
 2 files changed, 14 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8ef6f5484f54..be3a3197700f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2297,11 +2297,14 @@ L:	openbmc@lists.ozlabs.org (moderated for non-subscribers)
 S:	Supported
 F:	Documentation/devicetree/bindings/*/*/*npcm*
 F:	Documentation/devicetree/bindings/*/*npcm*
+F:	Documentation/devicetree/bindings/arm/npcm/*
 F:	arch/arm/boot/dts/nuvoton-npcm*
 F:	arch/arm/mach-npcm/
+F:	arch/arm64/boot/dts/nuvoton/
 F:	drivers/*/*npcm*
 F:	drivers/*/*/*npcm*
 F:	include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
+F:	include/dt-bindings/clock/nuvoton,npcm8xx-clk.h
 
 ARM/NUVOTON WPCM450 ARCHITECTURE
 M:	Jonathan Neuschäfer <j.neuschaefer@gmx.net>
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index d7772a4c34fe..55df64fb418a 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -209,6 +209,17 @@ config ARCH_MXC
 	  This enables support for the ARMv8 based SoCs in the
 	  NXP i.MX family.
 
+config ARCH_NPCM
+	bool "Nuvoton NPCM Architecture"
+	select PINCTRL	
+	select GPIOLIB
+	select NPCM7XX_TIMER
+	select RESET_CONTROLLER
+	select MFD_SYSCON
+	help
+	  General support for NPCM8xx BMC (Arbel).
+	  Nuvoton NPCM8xx BMC based on the Cortex A35.
+
 config ARCH_QCOM
 	bool "Qualcomm Platforms"
 	select GPIOLIB
-- 
2.33.0


  parent reply	other threads:[~2022-08-01 12:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01 12:08 [PATCH linux dev-5.15 v1 00/16] Introduce Nuvoton Arbel NPCM8XX BMC SoC Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 01/16] dt-bindings: timer: npcm: Add npcm845 compatible string Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 02/16] dt-bindings: watchdog: " Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 03/16] dt-binding: clk: npcm845: Add binding for Nuvoton NPCM8XX Clock Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 04/16] dt-bindings: serial: 8250: Add npcm845 compatible string Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 05/16] clk: npcm8xx: add clock controller Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 06/16] dt-bindings: reset: npcm: add GCR syscon property Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 07/16] ARM: dts: nuvoton: add reset " Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 08/16] reset: npcm: using syscon instead of device data Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 09/16] dt-bindings: reset: npcm: Add support for NPCM8XX Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 10/16] reset: npcm: Add NPCM8XX support Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 11/16] dt-bindings: arm: npcm: Add maintainer Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 12/16] dt-bindings: arm: npcm: Add nuvoton,npcm845 compatible string Tomer Maimon
2022-08-01 12:08 ` Tomer Maimon [this message]
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 14/16] arm64: dts: nuvoton: Add initial NPCM8XX device tree Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 15/16] arm64: dts: nuvoton: Add initial NPCM845 EVB " Tomer Maimon
2022-08-01 12:08 ` [PATCH linux dev-5.15 v1 16/16] arm64: defconfig: Add Nuvoton NPCM family support Tomer Maimon

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=20220801120819.113533-14-tmaimon77@gmail.com \
    --to=tmaimon77@gmail.com \
    --cc=andrew@aj.id.au \
    --cc=joel@jms.id.au \
    --cc=openbmc@lists.ozlabs.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.