diff options
author | Luka Perkov <luka@openwrt.org> | 2013-08-11 15:10:38 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-08-11 15:10:38 +0000 |
commit | 5337af031e4cb489f0bfc0ee9becea4eb39fb2db (patch) | |
tree | b7c75334f43f33409c35ba5f07a63a4408748947 /target/linux/imx6/patches-3.10/101-sdma.patch | |
parent | 6b404a4d0868cde9c372470962d12ef31853d9ed (diff) | |
download | upstream-5337af031e4cb489f0bfc0ee9becea4eb39fb2db.tar.gz upstream-5337af031e4cb489f0bfc0ee9becea4eb39fb2db.tar.bz2 upstream-5337af031e4cb489f0bfc0ee9becea4eb39fb2db.zip |
imx6: fix sdma
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37752
Diffstat (limited to 'target/linux/imx6/patches-3.10/101-sdma.patch')
-rw-r--r-- | target/linux/imx6/patches-3.10/101-sdma.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-3.10/101-sdma.patch b/target/linux/imx6/patches-3.10/101-sdma.patch new file mode 100644 index 0000000000..2c69b93bed --- /dev/null +++ b/target/linux/imx6/patches-3.10/101-sdma.patch @@ -0,0 +1,22 @@ +From 2714c54667f4e9267e7ee9a7f27fa9184d570459 Mon Sep 17 00:00:00 2001 +From: Luka Perkov <luka@openwrt.org> +Date: Sun, 11 Aug 2013 16:14:39 +0200 +Subject: [PATCH 3/3] sdma: keep the firmware binaries in firmware directory + +Signed-off-by: Luka Perkov <luka@openwrt.org> +--- + arch/arm/boot/dts/imx6qdl.dtsi | 2 +- + arch/arm/boot/dts/imx6sl.dtsi | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +--- a/arch/arm/boot/dts/imx6qdl.dtsi ++++ b/arch/arm/boot/dts/imx6qdl.dtsi +@@ -580,7 +580,7 @@ + interrupts = <0 2 0x04>; + clocks = <&clks 155>, <&clks 155>; + clock-names = "ipg", "ahb"; +- fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6.bin"; ++ fsl,sdma-ram-script-name = "sdma-imx6.bin"; + }; + }; + |