All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
To: geert+renesas@glider.be, magnus.damm@gmail.com,
	robh+dt@kernel.org, gregkh@linuxfoundation.org,
	jirislaby@kernel.org
Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-serial@vger.kernel.org,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Subject: [PATCH v2 14/14] arm64: defconfig: Enable R-Car S4-8
Date: Wed,  1 Dec 2021 16:33:08 +0900	[thread overview]
Message-ID: <20211201073308.1003945-15-yoshihiro.shimoda.uh@renesas.com> (raw)
In-Reply-To: <20211201073308.1003945-1-yoshihiro.shimoda.uh@renesas.com>

Enable the Renesas R-Car S4-8 (R8A779F0) SoC in the ARM64 defconfig.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f2e2b9bdd702..04db99bfbf9d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1069,6 +1069,7 @@ CONFIG_ARCH_R8A77980=y
 CONFIG_ARCH_R8A77990=y
 CONFIG_ARCH_R8A77995=y
 CONFIG_ARCH_R8A779A0=y
+CONFIG_ARCH_R8A779F0=y
 CONFIG_ARCH_R9A07G044=y
 CONFIG_ROCKCHIP_PM_DOMAINS=y
 CONFIG_ARCH_TEGRA_132_SOC=y
-- 
2.25.1


      parent reply	other threads:[~2021-12-01  7:33 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-01  7:32 [PATCH v2 00/14] treewide: Initial support for R-Car S4-8 Yoshihiro Shimoda
2021-12-01  7:32 ` [PATCH v2 01/14] dt-bindings: arm: renesas: Document Renesas Spider boards Yoshihiro Shimoda
2021-12-03 16:13   ` Geert Uytterhoeven
2021-12-06 12:13     ` Yoshihiro Shimoda
2021-12-01  7:32 ` [PATCH v2 02/14] dt-bindings: power: Add r8a779f0 SYSC power domain definitions Yoshihiro Shimoda
2021-12-03 16:16   ` Geert Uytterhoeven
2021-12-01  7:32 ` [PATCH v2 03/14] dt-bindings: clock: Add r8a779f0 CPG Core Clock Definitions Yoshihiro Shimoda
2021-12-03 16:20   ` Geert Uytterhoeven
2021-12-01  7:32 ` [PATCH v2 04/14] dt-bindings: serial: renesas,scif: Document r8a779f0 bindings Yoshihiro Shimoda
2021-12-03 16:24   ` Geert Uytterhoeven
2021-12-06 12:14     ` Yoshihiro Shimoda
2021-12-01  7:32 ` [PATCH v2 05/14] soc: renesas: rcar-gen4-sysc: Introduce R-Car Gen4 SYSC driver Yoshihiro Shimoda
2021-12-06 10:40   ` Geert Uytterhoeven
2021-12-01  7:33 ` [PATCH v2 06/14] soc: renesas: r8a779f0-sysc: Add r8a779f0 support Yoshihiro Shimoda
2021-12-06 10:42   ` Geert Uytterhoeven
2021-12-01  7:33 ` [PATCH v2 07/14] soc: renesas: Identify R-Car S4-8 Yoshihiro Shimoda
2021-12-03 16:36   ` Geert Uytterhoeven
2021-12-01  7:33 ` [PATCH v2 08/14] clk: renesas: rcar-gen4-cpg: Introduce R-Car Gen4 CPG driver Yoshihiro Shimoda
2021-12-06 12:42   ` Geert Uytterhoeven
2021-12-07  1:51     ` Yoshihiro Shimoda
2021-12-07  8:14       ` Geert Uytterhoeven
2021-12-01  7:33 ` [PATCH v2 09/14] clk: renesas: cpg-mssr: Add support for R-Car S4-8 Yoshihiro Shimoda
2021-12-06 12:43   ` Geert Uytterhoeven
2021-12-01  7:33 ` [PATCH v2 10/14] soc: renesas: rcar-rst: " Yoshihiro Shimoda
2021-12-03 16:41   ` Geert Uytterhoeven
2021-12-01  7:33 ` [PATCH v2 11/14] tty: serial: sh-sci: Add support for R-Car Gen4 Yoshihiro Shimoda
2021-12-01  7:33 ` [PATCH v2 12/14] arm64: dts: renesas: Add Renesas R8A779F0 SoC support Yoshihiro Shimoda
2021-12-01  7:33 ` [PATCH v2 13/14] arm64: dts: renesas: Add Renesas Spider boards support Yoshihiro Shimoda
2021-12-01  7:33 ` Yoshihiro Shimoda [this message]

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=20211201073308.1003945-15-yoshihiro.shimoda.uh@renesas.com \
    --to=yoshihiro.shimoda.uh@renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=gregkh@linuxfoundation.org \
    --cc=jirislaby@kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=robh+dt@kernel.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.