diff options
author | Lars Povlsen <[email protected]> | 2020-06-15 15:32:34 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2020-07-22 22:28:35 +0200 |
commit | 31a91c87a42bf3f7261e5752db5784fa43fbced5 (patch) | |
tree | ac3108188d4cd62cc3749a0031fe5bc519361f2b | |
parent | 85032207c86dcb6e13a3afd0650c44ecfc6df4c6 (diff) |
arm64: sparx5: Add support for Microchip 2xA53 SoC
This adds support for the Microchip Sparx5 ARMv8-based SoC family of
TSN-capable gigabit switches.
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Alexandre Belloni <[email protected]>
Signed-off-by: Lars Povlsen <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 | ||||
-rw-r--r-- | arch/arm64/Kconfig.platforms | 14 |
2 files changed, 22 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f139d9594564..104972340822 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2119,6 +2119,14 @@ X: drivers/net/wireless/atmel/ N: at91 N: atmel +ARM/Microchip Sparx5 SoC support +M: Lars Povlsen <[email protected]> +M: Steen Hegelund <[email protected]> +M: Microchip Linux Driver Support <[email protected]> +L: [email protected] (moderated for non-subscribers) +S: Supported +N: sparx5 + ARM/MIOA701 MACHINE SUPPORT M: Robert Jarzmik <[email protected]> L: [email protected] (moderated for non-subscribers) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 95c1b9042009..fd9f45a52879 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -89,6 +89,20 @@ config ARCH_EXYNOS help This enables support for ARMv8 based Samsung Exynos SoC family. +config ARCH_SPARX5 + bool "ARMv8 based Microchip Sparx5 SoC family" + select PINCTRL + select DW_APB_TIMER_OF + help + This enables support for the Microchip Sparx5 ARMv8-based + SoC family of TSN-capable gigabit switches. + + The SparX-5 Ethernet switch family provides a rich set of + switching features such as advanced TCAM-based VLAN and QoS + processing enabling delivery of differentiated services, and + security through TCAM-based frame processing using versatile + content aware processor (VCAP). + config ARCH_K3 bool "Texas Instruments Inc. K3 multicore SoC architecture" select PM_GENERIC_DOMAINS if PM |