From: luka@openwrt.org (Luka Perkov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: imx6sl reuses imx6q sdma firmware
Date: Mon, 19 Aug 2013 14:35:42 +0200 [thread overview]
Message-ID: <20130819123541-7656@mutt-kz> (raw)
In-Reply-To: <1376903386-27771-1-git-send-email-shawn.guo@linaro.org>
Hi Shawn,
On Mon, Aug 19, 2013 at 05:09:46PM +0800, Shawn Guo wrote:
> There is no imx6sl specific sdma firmware. Instead, imx6sl reuses
> imx6q sdma firmware.
>
> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
> ---
> arch/arm/boot/dts/imx6sl.dtsi | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
> index c46651e..9fec772 100644
> --- a/arch/arm/boot/dts/imx6sl.dtsi
> +++ b/arch/arm/boot/dts/imx6sl.dtsi
> @@ -619,7 +619,8 @@
> <&clks IMX6SL_CLK_SDMA>;
> clock-names = "ipg", "ahb";
> #dma-cells = <3>;
> - fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6sl.bin";
> + /* imx6sl reuses imx6q sdma firmware */
> + fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
As you may have noticed my patch changes both imx6sl.dtsi and
imx6qdl.dtsi because of the naming convention used in other sdma
firmwares:
$ fgrep sdma-ram-script-name arch/arm/boot
arch/arm/boot/dts/imx6qdl.dtsi: fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
arch/arm/boot/dts/imx6sl.dtsi: fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6sl.bin";
arch/arm/boot/dts/imx51.dtsi: fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin";
arch/arm/boot/dts/imx53.dtsi: fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
Also, last patch containing sdma firmware blobs sent to the mailing list
[1] uses "sdma-imx6.bin" name. That is why I think patch I have sent
recently [2] is more appropriate. Don't you think so?
Luka
[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-January/143025.html
[2] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-August/191108.html
next prev parent reply other threads:[~2013-08-19 12:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-19 9:09 [PATCH] ARM: dts: imx6sl reuses imx6q sdma firmware Shawn Guo
2013-08-19 12:35 ` Luka Perkov [this message]
2013-08-19 13:53 ` Shawn Guo
2013-08-19 16:28 ` Luka Perkov
2013-08-20 6:25 ` Shawn Guo
2013-08-20 6:59 ` Luka Perkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130819123541-7656@mutt-kz \
--to=luka@openwrt.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox