arm64: zynqmp: Add support for SVD devices
authorMichal Simek <michal.simek@xilinx.com>
Mon, 5 Oct 2020 07:35:40 +0000 (09:35 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 23 Jun 2021 07:48:35 +0000 (09:48 +0200)
commitddf8deabc39db86c95d6d85afeb8689bf6fe1f90
tree3b7469e887cfc04b10275ee73b20f6114229db7f
parentab09e16d5a4afb958d668554b56c5f717a92e9cd
arm64: zynqmp: Add support for SVD devices

SVDs  are using different name which can't be handled via zynqmp_devices
structure. That's why introduce zynqmp_detect_svd_name() which checks ID
code for these devices and show proper name for them.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/zynqmp/zynqmp.c