From 2e9904ff0da5d730752302745abf217f51dd2518 Mon Sep 17 00:00:00 2001 From: Nicolin Chen Date: Tue, 5 Nov 2013 19:46:51 +0800 Subject: [PATCH] ENGR00286273-3 arm: dtsi: imx6sl: add iram property to support internal SRAM By doing this, we can allow SDMA driver to allocate its memory from iram when using i.MX6 SoloLite SoC. Signed-off-by: Nicolin Chen --- arch/arm/boot/dts/imx6sl.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 9536ea248e32..8b27460d3522 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -622,6 +622,7 @@ <&clks IMX6SL_CLK_SDMA>; clock-names = "ipg", "ahb"; #dma-cells = <3>; + iram = <&ocram>; /* imx6sl reuses imx6q sdma firmware */ fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin"; }; -- 2.39.5