image: add hooks for kernel/DTB installation in root filesystem
[openwrt/staging/dedeckeh.git] / target / linux / imx6 / patches-3.10 / 0004-ARM-dts-imx6sl-imx6qdl-use-the-same-SDMA-firmware.patch
1 From 1e8efc07613f5fbf59ad7e580132c473a9b1d3eb Mon Sep 17 00:00:00 2001
2 From: Luka Perkov <luka@openwrt.org>
3 Date: Sun, 11 Aug 2013 13:13:16 +0200
4 Subject: [PATCH 2/3] ARM: dts: imx6sl/imx6qdl: use the same SDMA firmware
5
6 Patch for SDMA firmware sent by Fabio Estevam in January [1] didn't make
7 upstream. Nonetheless, it was pointed out that all imx6 use the same SDMA
8 firmware [2]. Reflect this fact in appropriate .dtsi files.
9
10 [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-January/143025.html
11 [2] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-January/143150.html
12
13 Signed-off-by: Luka Perkov <luka@openwrt.org>
14 ---
15 arch/arm/boot/dts/imx6qdl.dtsi | 2 +-
16 arch/arm/boot/dts/imx6sl.dtsi | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 --- a/arch/arm/boot/dts/imx6qdl.dtsi
20 +++ b/arch/arm/boot/dts/imx6qdl.dtsi
21 @@ -580,7 +580,7 @@
22 interrupts = <0 2 0x04>;
23 clocks = <&clks 155>, <&clks 155>;
24 clock-names = "ipg", "ahb";
25 - fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
26 + fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6.bin";
27 };
28 };
29