diff mbox series

[v2,1/2] ARM: at91: add new SoC sama7g5

Message ID 20210409113116.482199-1-eugen.hristev@microchip.com (mailing list archive)
State New, archived
Headers show
Series [v2,1/2] ARM: at91: add new SoC sama7g5 | expand

Commit Message

Eugen Hristev April 9, 2021, 11:31 a.m. UTC
Add new SoC from at91 family : sama7g5

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
[claudiu.beznea@microchip.com: Select PLL, generic clock and UTMI support]
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
Changes in v2:
- squash previous patch
 [PATCH 3/3] ARM: at91: Kconfig: select PLL, generic clock and utmi support
into this one

 arch/arm/mach-at91/Kconfig | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

Comments

Nicolas Ferre July 16, 2021, 5:50 p.m. UTC | #1
On 09/04/2021 at 13:31, Eugen Hristev wrote:
> Add new SoC from at91 family : sama7g5
> 
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
> [claudiu.beznea@microchip.com: Select PLL, generic clock and UTMI support]
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
and queued in at91-soc branch.

> ---
> Changes in v2:
> - squash previous patch
>   [PATCH 3/3] ARM: at91: Kconfig: select PLL, generic clock and utmi support
> into this one
> 
>   arch/arm/mach-at91/Kconfig | 15 +++++++++++++++
>   1 file changed, 15 insertions(+)
> 
> diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
> index ccd7e80ce943..f52b46bccd85 100644
> --- a/arch/arm/mach-at91/Kconfig
> +++ b/arch/arm/mach-at91/Kconfig
> @@ -57,6 +57,16 @@ 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 HAVE_AT91_GENERATED_CLK
> +	select HAVE_AT91_SAM9X60_PLL
> +	select HAVE_AT91_UTMI
> +	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 +201,9 @@ config SOC_SAMA5
>   config ATMEL_PM
>   	bool
>   
> +config SOC_SAMA7
> +	bool
> +	select ARM_GIC
> +	select MEMORY
> +	select SOC_SAM_V7
>   endif
>
diff mbox series

Patch

diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index ccd7e80ce943..f52b46bccd85 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -57,6 +57,16 @@  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 HAVE_AT91_GENERATED_CLK
+	select HAVE_AT91_SAM9X60_PLL
+	select HAVE_AT91_UTMI
+	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 +201,9 @@  config SOC_SAMA5
 config ATMEL_PM
 	bool
 
+config SOC_SAMA7
+	bool
+	select ARM_GIC
+	select MEMORY
+	select SOC_SAM_V7
 endif