> Easy fix for LP#1895895 suggested by Peter. > > As TYPE_ASPEED_SDHCI creates SDHCI inside a controller > (not a SoC/machine) we don't bother modifying it yet. > > Philippe Mathieu-Daudé (4): > hw/arm/fsl-imx: Add SD bus QOM alias on the SoC > hw/arm/exynos4210: Add SD bus QOM alias on the SoC > hw/arm/xlnx-versal: Add SD bus QOM alias on the SoC > hw/arm/xilinx_zynq: Add SD bus QOM alias on the machine > > hw/arm/exynos4210.c | 5 +++++ > hw/arm/fsl-imx25.c | 6 ++++++ > hw/arm/fsl-imx6.c | 6 ++++++ > hw/arm/xilinx_zynq.c | 6 ++++++ > hw/arm/xlnx-versal.c | 5 +++++ > 5 files changed, 28 insertions(+)
Ping