]> Git Repo - J-u-boot.git/commit - MAINTAINERS
soc: xilinx: versal: Add soc_xilinx_versal driver
authorT Karthik Reddy <[email protected]>
Tue, 10 Aug 2021 12:50:19 +0000 (06:50 -0600)
committerMichal Simek <[email protected]>
Thu, 26 Aug 2021 06:08:11 +0000 (08:08 +0200)
commit42e20f52d9a4c76f4740ef6310edaa820028e070
tree2f63bbd19637b874b31a5e76d527ce67b96d3908
parenta890a53ad2cdda973959947619245832203cd7f3
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 <[email protected]>
Reviewed-by: Ashok Reddy Soma <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
MAINTAINERS
arch/arm/Kconfig
arch/arm/mach-versal/cpu.c
arch/arm/mach-versal/include/mach/hardware.h
configs/xilinx_versal_virt_defconfig
drivers/soc/Kconfig
drivers/soc/Makefile
drivers/soc/soc_xilinx_versal.c [new file with mode: 0644]
This page took 0.029582 seconds and 4 git commands to generate.