Skip to content

Commit e0d7856

Browse files
mwalleShawn Guo
authored andcommitted
arm64: dts: ls1028a: add "fsl,vf610-edma" compatible
The bootloader does the IOMMU fixup and dynamically adds the "iommus" property to devices according to its compatible string. In case of the eDMA controller this property is missing. Add it. After that the IOMMU will work with the eDMA core. Signed-off-by: Michael Walle <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent d94a05f commit e0d7856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447

448448
edma0: dma-controller@22c0000 {
449449
#dma-cells = <2>;
450-
compatible = "fsl,ls1028a-edma";
450+
compatible = "fsl,ls1028a-edma", "fsl,vf610-edma";
451451
reg = <0x0 0x22c0000 0x0 0x10000>,
452452
<0x0 0x22d0000 0x0 0x10000>,
453453
<0x0 0x22e0000 0x0 0x10000>;

0 commit comments

Comments
 (0)