All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] ARM: rmobile: Add dedicated R8A77965 SoC support
@ 2019-03-13 23:41 Marek Vasut
  2019-03-13 23:41 ` [U-Boot] [PATCH 2/5] clk: renesas: Add R8A77965 clock tables Marek Vasut
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Marek Vasut @ 2019-03-13 23:41 UTC (permalink / raw)
  To: u-boot

Add dedicated entry for R8A77965 M3N SoC.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 arch/arm/mach-rmobile/Kconfig.64 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index e8f16d798b..f6dfc770bb 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -12,6 +12,11 @@ config R8A7796
 	imply CLK_R8A7796
 	imply PINCTRL_PFC_R8A7796
 
+config R8A77965
+	bool "Renesas SoC R8A77965"
+	imply CLK_R8A7796
+	imply PINCTRL_PFC_R8A7796
+
 config R8A77970
 	bool "Renesas SoC R8A77970"
 	imply CLK_R8A77970
@@ -55,6 +60,7 @@ config TARGET_SALVATOR_X
 	bool "Salvator-X board"
 	imply R8A7795
 	imply R8A7796
+	imply R8A77965
 	imply SYS_MALLOC_F
 	imply MULTI_DTB_FIT
 	imply MULTI_DTB_FIT_USER_DEFINED_AREA
@@ -65,6 +71,7 @@ config TARGET_ULCB
 	bool "ULCB board"
 	imply R8A7795
 	imply R8A7796
+	imply R8A77965
 	imply SYS_MALLOC_F
 	imply MULTI_DTB_FIT
 	imply MULTI_DTB_FIT_USER_DEFINED_AREA
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-13 23:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-13 23:41 [U-Boot] [PATCH 1/5] ARM: rmobile: Add dedicated R8A77965 SoC support Marek Vasut
2019-03-13 23:41 ` [U-Boot] [PATCH 2/5] clk: renesas: Add R8A77965 clock tables Marek Vasut
2019-03-13 23:41 ` [U-Boot] [PATCH 3/5] pinctrl: renesas: Add R8A77965 pin control tables Marek Vasut
2019-03-13 23:41 ` [U-Boot] [PATCH 4/5] ARM: dts: rmobile: Import R8A77965 M3NULCB DTs Marek Vasut
2019-03-13 23:41 ` [U-Boot] [PATCH 5/5] ARM: rmobile: Add R8A77965 M3NULCB support Marek Vasut

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.