All of lore.kernel.org
 help / color / mirror / Atom feed
From: Biju Das <biju.das.jz@bp.renesas.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/3] arm: renesas: Add config option for R8A774E1 SoC
Date: Fri, 25 Sep 2020 18:36:26 +0100	[thread overview]
Message-ID: <20200925173628.10088-2-biju.das.jz@bp.renesas.com> (raw)
In-Reply-To: <20200925173628.10088-1-biju.das.jz@bp.renesas.com>

Add config support for RZ/G2H(a.k.a R8A774E1) SoC.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
This patch depends on [1]
[1]https://patchwork.ozlabs.org/project/uboot/list/?series=204203
---
 arch/arm/mach-rmobile/Kconfig.64 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index b3f7b90978..ac897b9295 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -12,6 +12,9 @@ config R8A774B1
 	imply CLK_R8A774B1
 	imply PINCTRL_PFC_R8A774B1
 
+config R8A774E1
+	bool "Renesas SoC R8A774E1"
+
 config R8A7795
 	bool "Renesas SoC R8A7795"
 	imply CLK_R8A7795
-- 
2.17.1

  reply	other threads:[~2020-09-25 17:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25 17:36 [PATCH 0/3] Add Clock and Pincontrol driver support for RZ/G2H SoC Biju Das
2020-09-25 17:36 ` Biju Das [this message]
2020-09-25 17:36 ` [PATCH 2/3] clk: renesas: Add R8A774E1 clock tables Biju Das
2020-09-25 17:36 ` [PATCH 3/3] pinctrl: renesas: r8a77951: Add R8A774E1 PFC support Biju Das

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=20200925173628.10088-2-biju.das.jz@bp.renesas.com \
    --to=biju.das.jz@bp.renesas.com \
    --cc=u-boot@lists.denx.de \
    /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.