summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2024-05-29 16:47:58 +0200
committerMichal Simek <michal.simek@amd.com>2024-06-17 16:02:29 +0200
commit40f5046c221a7b2719c49b51acefe12914b213e5 (patch)
treed5751509f929dd31ce62c4545819ee65b6835e7a /drivers/gpio
parentefff3976e3a68c922bb7f7730e2c15ead442e60d (diff)
downloadu-boot-40f5046c221a7b2719c49b51acefe12914b213e5.tar.gz
u-boot-40f5046c221a7b2719c49b51acefe12914b213e5.tar.bz2
u-boot-40f5046c221a7b2719c49b51acefe12914b213e5.zip
arm64: versal2: Add support for AMD Versal Gen 2
Add support for AMD Versal Gen 2. SoC is based on Cortex-a78ae 4 cluster/2 cpu core each. A lot of IPs are shared with previous families. There are couple of new IP blocks where the most interesting from user point of view is UFS. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/bc2b70831ce1031bd0fac32357bff84936e1310f.1716994063.git.michal.simek@amd.com
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index b050585389..2c0e244b9e 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -487,7 +487,7 @@ config MVEBU_GPIO
config ZYNQ_GPIO
bool "Zynq GPIO driver"
depends on DM_GPIO
- default y if ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL
+ default y if ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL || ARCH_VERSAL2
help
Supports GPIO access on Zynq SoC.