diff options
author | Zidan Wang <zidan.wang@freescale.com> | 2015-06-25 15:45:37 +0800 |
---|---|---|
committer | Zidan Wang <zidan.wang@freescale.com> | 2015-06-25 18:55:14 +0800 |
commit | 75e677e31c86cd1bb53f0a104871bf73974b23d5 (patch) | |
tree | 0df3c380dc64b47de86d282035832f021e27c797 /arch | |
parent | cde81c01d8af7c29db959454b178887171de8182 (diff) |
MLK-11168-1 ARM: dtsi: imx6ul: add iram property to support internal SRAM
By doing this, we can allow SDMA driver to allocate its memory from
iram when using i.MX6UL SoC.
Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index aaffb4b59381..8b451f587a00 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -730,6 +730,7 @@ <&clks IMX6UL_CLK_SDMA>; clock-names = "ipg", "ahb"; #dma-cells = <3>; + iram = <&ocram>; fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin"; }; |