diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-08-08 11:28:07 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-24 11:44:11 +0800 |
commit | 7e4f03657d3751adda76f1fecf12283bf8082af8 (patch) | |
tree | 2dbe828341505a98880ca5a862073e53d7964313 /arch/arm/boot/dts/imx53-ard.dts | |
parent | 03b276505435927b5c4f7d246557a991fbedad92 (diff) |
ARM: dts: imx: Move SDMA firmware to SoC dtsi file
Instead of adding sdma-ram-script-name into each board dts file, move
it to the SoC dtsi file instead.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-ard.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-ard.dts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/imx53-ard.dts b/arch/arm/boot/dts/imx53-ard.dts index d356f10dd35a..e6a189096017 100644 --- a/arch/arm/boot/dts/imx53-ard.dts +++ b/arch/arm/boot/dts/imx53-ard.dts @@ -40,12 +40,6 @@ status = "okay"; }; }; - - aips@60000000 { /* AIPS2 */ - sdma@63fb0000 { - fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin"; - }; - }; }; eim-cs1@f4000000 { |