diff options
author | T Karthik Reddy <t.karthik.reddy@xilinx.com> | 2021-08-10 06:50:19 -0600 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2021-08-26 08:08:11 +0200 |
commit | 42e20f52d9a4c76f4740ef6310edaa820028e070 (patch) | |
tree | 2f63bbd19637b874b31a5e76d527ce67b96d3908 /MAINTAINERS | |
parent | a890a53ad2cdda973959947619245832203cd7f3 (diff) | |
download | u-boot-42e20f52d9a4c76f4740ef6310edaa820028e070.zip u-boot-42e20f52d9a4c76f4740ef6310edaa820028e070.tar.gz u-boot-42e20f52d9a4c76f4740ef6310edaa820028e070.tar.bz2 |
soc: xilinx: versal: Add soc_xilinx_versal driver
soc_xilinx_versal driver allows identification of family & revision
of versal SoC. This driver is selected by CONFIG_SOC_XILINX_VERSAL.
Probe this driver using platdata U_BOOT_DEVICE structure which is
defined at mach-versal/cpu.c.
Add this config to xilinx_versal_virt_defconfig &
xilinx_versal_mini_ospi_defconfig file to select this driver.
Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
Reviewed-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index af5a1fe..4cf0c33 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -546,6 +546,7 @@ S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git F: arch/arm/mach-versal/ F: drivers/net/xilinx_axi_mrmac.* +F: drivers/soc/soc_xilinx_versal.c F: drivers/watchdog/xilinx_wwdt.c N: (?<!uni)versal |