From: <Ryan.Wanner@microchip.com>
To: <robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>,
<nicolas.ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
<claudiu.beznea@tuxon.dev>, <mturquette@baylibre.com>,
<sboyd@kernel.org>, <arnd@arndb.de>
Cc: <dharma.b@microchip.com>, <mihai.sain@microchip.com>,
<romain.sioen@microchip.com>, <varshini.rajendran@microchip.com>,
<devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <linux-clk@vger.kernel.org>,
<linux-mmc@vger.kernel.org>, <linux-gpio@vger.kernel.org>,
<linux-spi@vger.kernel.org>, <linux-serial@vger.kernel.org>,
Ryan Wanner <Ryan.Wanner@microchip.com>
Subject: [PATCH 10/15] ARM: configs: at91: sama7: add new SoC config
Date: Tue, 19 Nov 2024 09:40:16 -0700 [thread overview]
Message-ID: <4c7750b6f29b4ac0e2858ac279af7548e19934bc.1732030972.git.Ryan.Wanner@microchip.com> (raw)
In-Reply-To: <cover.1732030972.git.Ryan.Wanner@microchip.com>
From: Ryan Wanner <Ryan.Wanner@microchip.com>
Add sama7d65 to the sama7_defconfig.
Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
---
arch/arm/configs/multi_v7_defconfig | 1 +
arch/arm/configs/sama7_defconfig | 1 +
arch/arm/mach-at91/Kconfig | 12 ++++++++++++
3 files changed, 14 insertions(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 9a5f5c439b87..417716701676 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -20,6 +20,7 @@ CONFIG_ARCH_AT91=y
CONFIG_SOC_SAMA5D2=y
CONFIG_SOC_SAMA5D3=y
CONFIG_SOC_SAMA5D4=y
+CONFIG_SOC_SAMA7D65=y
CONFIG_SOC_SAMA7G5=y
CONFIG_SOC_LAN966=y
CONFIG_ARCH_BCM=y
diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
index 1a2e93c8ee71..ea7ddf640ba7 100644
--- a/arch/arm/configs/sama7_defconfig
+++ b/arch/arm/configs/sama7_defconfig
@@ -12,6 +12,7 @@ CONFIG_EXPERT=y
# CONFIG_IO_URING is not set
CONFIG_KALLSYMS_ALL=y
CONFIG_ARCH_AT91=y
+CONFIG_SOC_SAMA7D65=y
CONFIG_SOC_SAMA7G5=y
CONFIG_ATMEL_CLOCKSOURCE_TCB=y
# CONFIG_CACHE_L2X0 is not set
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 344f5305f69a..b64d0db4bce7 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -58,6 +58,18 @@ config SOC_SAMA5D4
help
Select this if you are using one of Microchip's SAMA5D4 family SoC.
+config SOC_SAMA7D65
+ bool "SAMA7D65 family"
+ depends on ARCH_MULTI_V7
+ select HAVE_AT91_GENERATED_CLK
+ select HAVE_AT91_SAM9X60_PLL
+ select HAVE_AT91_USB_CLK
+ select HAVE_AT91_UTMI
+ select PM_OPP
+ select SOC_SAMA7
+ help
+ Select this if you are using one of Microchip's SAMA7D65 family SoC.
+
config SOC_SAMA7G5
bool "SAMA7G5 family"
depends on ARCH_MULTI_V7
--
2.43.0
next prev parent reply other threads:[~2024-11-19 16:41 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-19 16:40 [PATCH 00/15] Add support for SAMA7D65 Ryan.Wanner
2024-11-19 16:40 ` [PATCH 01/15] dt-bindings: ARM: at91: Document Microchip SAMA7D65 Curiosity Ryan.Wanner
2024-11-19 16:40 ` [PATCH 02/15] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom Ryan.Wanner
2024-11-20 8:58 ` Krzysztof Kozlowski
2024-11-20 8:58 ` Krzysztof Kozlowski
2024-11-19 16:40 ` [PATCH 03/15] dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT Ryan.Wanner
2024-11-20 8:59 ` Krzysztof Kozlowski
2024-11-19 16:40 ` [PATCH 04/15] dt-bindings: mmc: atmel,sama5d2-sdhci: add microchip,sama7d65-sdhci Ryan.Wanner
2024-12-02 15:23 ` Ulf Hansson
2024-11-19 16:40 ` [PATCH 05/15] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart Ryan.Wanner
2024-11-19 16:40 ` [PATCH 06/15] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl Ryan.Wanner
2024-11-19 16:40 ` [PATCH 07/15] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65 Ryan.Wanner
2024-11-19 16:40 ` [PATCH 08/15] dt-bindings: clock: Add SAMA7D65 PMC compatible string Ryan.Wanner
2024-11-19 16:40 ` [PATCH 09/15] dt-bindings: clock: at91: Allow MCKs to be exported and referenced in DT Ryan.Wanner
2024-11-20 9:01 ` Krzysztof Kozlowski
2024-11-19 16:40 ` Ryan.Wanner [this message]
2024-11-24 13:06 ` [PATCH 10/15] ARM: configs: at91: sama7: add new SoC config Claudiu Beznea
2024-11-19 16:40 ` [PATCH 11/15] ARM: dts: microchip: add sama7d65 SoC DT Ryan.Wanner
2024-11-20 9:10 ` Krzysztof Kozlowski
2024-11-24 13:06 ` Claudiu Beznea
2024-11-19 16:40 ` [PATCH 12/15] ARM: dts: microchip: add support for sama7d65_curiosity board Ryan.Wanner
2024-11-20 9:07 ` Krzysztof Kozlowski
2024-11-24 13:07 ` Claudiu Beznea
2024-11-19 16:40 ` [PATCH 13/15] clk: at91: clk-master: increase maximum number of clocks Ryan.Wanner
2024-11-20 9:06 ` Krzysztof Kozlowski
2024-11-19 16:40 ` [PATCH 14/15] clk: at91: clk-sam9x60-pll: increase maximum amount of plls Ryan.Wanner
2024-11-19 16:40 ` [PATCH 15/15] clk: at91: sama7d65: add sama7d65 pmc driver Ryan.Wanner
2024-11-19 18:46 ` Christophe JAILLET
2024-11-24 13:06 ` Claudiu Beznea
2024-11-20 9:01 ` [PATCH 00/15] Add support for SAMA7D65 Krzysztof Kozlowski
2024-11-20 9:05 ` Krzysztof Kozlowski
2024-11-20 16:02 ` Rob Herring (Arm)
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=4c7750b6f29b4ac0e2858ac279af7548e19934bc.1732030972.git.Ryan.Wanner@microchip.com \
--to=ryan.wanner@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=arnd@arndb.de \
--cc=claudiu.beznea@tuxon.dev \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dharma.b@microchip.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=mihai.sain@microchip.com \
--cc=mturquette@baylibre.com \
--cc=nicolas.ferre@microchip.com \
--cc=robh@kernel.org \
--cc=romain.sioen@microchip.com \
--cc=sboyd@kernel.org \
--cc=varshini.rajendran@microchip.com \
/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 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).