The iram property appears to be a duplicate of the asram property, with the difference that it's not used by the mmp-tdma driver anyway. Drop it from the SoC dtsi. Signed-off-by: Duje Mihanović <duje.mihanovic@xxxxxxxx> --- arch/arm/boot/dts/marvell/mmp2.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/marvell/mmp2.dtsi b/arch/arm/boot/dts/marvell/mmp2.dtsi index 987d792f67ea..1c0a1b58373c 100644 --- a/arch/arm/boot/dts/marvell/mmp2.dtsi +++ b/arch/arm/boot/dts/marvell/mmp2.dtsi @@ -212,7 +212,6 @@ adma0: dma-controller@d42a0800 { interrupts = <48>; #dma-cells = <1>; asram = <&asram>; - iram = <&asram>; status = "disabled"; }; -- 2.43.0