linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: at91: add new SoC sama7g5
@ 2021-04-07 17:00 Eugen Hristev
  2021-04-07 17:00 ` [PATCH 2/3] ARM: at91: debug: add sama7g5 low level debug uart Eugen Hristev
  2021-04-07 17:00 ` [PATCH 3/3] ARM: at91: Kconfig: select PLL, generic clock and utmi support Eugen Hristev
  0 siblings, 2 replies; 5+ messages in thread
From: Eugen Hristev @ 2021-04-07 17:00 UTC (permalink / raw)
  To: linux-arm-kernel, alexandre.belloni
  Cc: linux-kernel, nicolas.ferre, ludovic.desroches, Eugen Hristev

Add new SoC from at91 family : sama7g5

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
 arch/arm/mach-at91/Kconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index ccd7e80ce943..5eb2a9206f42 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -57,6 +57,13 @@ config SOC_SAMA5D4
 	help
 	  Select this if you are using one of Microchip's SAMA5D4 family SoC.
 
+config SOC_SAMA7G5
+	bool "SAMA7G5 family"
+	depends on ARCH_MULTI_V7
+	select SOC_SAMA7
+	help
+	  Select this if you are using one of Microchip's SAMA7G5 family SoC.
+
 config SOC_AT91RM9200
 	bool "AT91RM9200"
 	depends on ARCH_MULTI_V4T
@@ -191,4 +198,9 @@ config SOC_SAMA5
 config ATMEL_PM
 	bool
 
+config SOC_SAMA7
+	bool
+	select ARM_GIC
+	select MEMORY
+	select SOC_SAM_V7
 endif
-- 
2.25.1


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

end of thread, other threads:[~2021-04-08 10:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07 17:00 [PATCH 1/3] ARM: at91: add new SoC sama7g5 Eugen Hristev
2021-04-07 17:00 ` [PATCH 2/3] ARM: at91: debug: add sama7g5 low level debug uart Eugen Hristev
2021-04-07 17:00 ` [PATCH 3/3] ARM: at91: Kconfig: select PLL, generic clock and utmi support Eugen Hristev
2021-04-07 17:13   ` Alexandre Belloni
2021-04-08 10:24     ` Eugen.Hristev

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).