diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-08-08 10:28:07 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-23 23:44:11 -0400 |
commit | 7e4f03657d3751adda76f1fecf12283bf8082af8 (patch) | |
tree | 2dbe828341505a98880ca5a862073e53d7964313 /arch/arm/boot/dts/imx51.dtsi | |
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/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 140fd28de6ab..b166e8a5242c 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi | |||
@@ -218,6 +218,7 @@ | |||
218 | compatible = "fsl,imx51-sdma", "fsl,imx35-sdma"; | 218 | compatible = "fsl,imx51-sdma", "fsl,imx35-sdma"; |
219 | reg = <0x83fb0000 0x4000>; | 219 | reg = <0x83fb0000 0x4000>; |
220 | interrupts = <6>; | 220 | interrupts = <6>; |
221 | fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin"; | ||
221 | }; | 222 | }; |
222 | 223 | ||
223 | cspi@83fc0000 { | 224 | cspi@83fc0000 { |