]> Git Repo - qemu.git/commitdiff
i.mx7d: Change SRC unimplemented device name from sdma to src
authorJean-Christophe Dubois <[email protected]>
Fri, 29 Jun 2018 14:11:16 +0000 (15:11 +0100)
committerPeter Maydell <[email protected]>
Fri, 29 Jun 2018 14:11:16 +0000 (15:11 +0100)
Signed-off-by: Jean-Christophe Dubois <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/fsl-imx7.c

index 26c1d27f7caca594cb6ba8d6a6b73427fae1963e..e15aadb587c475993792635142e31499a853241b 100644 (file)
@@ -459,7 +459,7 @@ static void fsl_imx7_realize(DeviceState *dev, Error **errp)
     /*
      * SRC
      */
-    create_unimplemented_device("sdma", FSL_IMX7_SRC_ADDR, FSL_IMX7_SRC_SIZE);
+    create_unimplemented_device("src", FSL_IMX7_SRC_ADDR, FSL_IMX7_SRC_SIZE);
 
     /*
      * Watchdog
This page took 0.023529 seconds and 4 git commands to generate.