Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
hw/dma/xlnx_dpdma.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/dma/xlnx_dpdma.c b/hw/dma/xlnx_dpdma.c
index 8ceb21ddb3..d1b508cfe3 100644
--- a/hw/dma/xlnx_dpdma.c
+++ b/hw/dma/xlnx_dpdma.c
@@ -24,6 +24,7 @@
#include "qemu/osdep.h"
#include "qemu/log.h"
+#include "hw/sysbus-fdt.h"
#include "hw/dma/xlnx_dpdma.h"
#ifndef DEBUG_DPDMA
@@ -607,6 +608,7 @@ static const TypeInfo xlnx_dpdma_info = {
static void xlnx_dpdma_register_types(void)
{
+ type_register_fdt_alias(TYPE_XLNX_DPDMA, "xlnx,axi-dpdma-1.0"); /* ZynqMP */
type_register_static(&xlnx_dpdma_info);
}
--
2.15.1