]> Git Repo - u-boot.git/commit
soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driver
authorT Karthik Reddy <[email protected]>
Tue, 10 Aug 2021 12:50:18 +0000 (06:50 -0600)
committerMichal Simek <[email protected]>
Thu, 26 Aug 2021 06:08:11 +0000 (08:08 +0200)
commita890a53ad2cdda973959947619245832203cd7f3
treedb049f78a71a604e881006e6252578038ed73be0
parent5e1a3be6674ba9945ad28291cb6d8e511db6eb92
soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driver

soc_xilinx_zynqmp driver allows identification of family & revision
of zynqmp SoC. This driver is selected by CONFIG_SOC_XILINX_ZYNQMP.
Add this config to xilinx_zynqmp_virt_defconfig file.
Probe this driver using platdata U_BOOT_DEVICE structure which is
specified in mach-zynqmp/cpu.c.

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-zynqmp/cpu.c
arch/arm/mach-zynqmp/include/mach/hardware.h
configs/xilinx_zynqmp_virt_defconfig
drivers/soc/Kconfig
drivers/soc/Makefile
drivers/soc/soc_xilinx_zynqmp.c [new file with mode: 0644]
This page took 0.042916 seconds and 4 git commands to generate.