Re: [PATCH] arm64: zynqmp: Add support for SVD devices

2021-05-31 Thread Michal Simek
st 19. 5. 2021 v 10:45 odesílatel Michal Simek napsal: > > SVD (Software Virtual Devices) 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. > > Sign

[PATCH] arm64: zynqmp: Add support for SVD devices

2021-05-19 Thread Michal Simek
SVD (Software Virtual Devices) 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 --- board/xilinx/zynqmp/zynqmp.c | 28