From 379aa10765a89b5a7f77adf34ca2ead93ecf7e9a Mon Sep 17 00:00:00 2001 From: Nicolin Chen Date: Tue, 5 Nov 2013 19:46:51 +0800 Subject: 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 (cherry picked from commit aa527b38d52af233641edc500acae0e6212ccdb3) --- arch/arm/boot/dts/imx6sl.dtsi | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/boot') diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 8db0f7f0b7c5..1b180a0339c7 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -688,6 +688,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"; }; -- cgit v1.2.3