linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx51: Make SDMA firmware name same for DT and non-DT
@ 2013-06-10  7:40 Alexander Shiyan
  2013-06-10  8:59 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2013-06-10  7:40 UTC (permalink / raw)
  To: linux-arm-kernel

This patch will help migrate i.MX51-targets to DT by make SDMA
firmware name same for DT and non-DT cases.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/imx51.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index f23636f..643f005 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -645,7 +645,7 @@
 				interrupts = <6>;
 				clocks = <&clks 56>, <&clks 56>;
 				clock-names = "ipg", "ahb";
-				fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin";
+				fsl,sdma-ram-script-name = "sdma-imx51.bin";
 			};
 
 			cspi: cspi at 83fc0000 {
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: imx51: Make SDMA firmware name same for DT and non-DT
  2013-06-10  7:40 [PATCH] ARM: dts: imx51: Make SDMA firmware name same for DT and non-DT Alexander Shiyan
@ 2013-06-10  8:59 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2013-06-10  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 10, 2013 at 11:40:40AM +0400, Alexander Shiyan wrote:
> This patch will help migrate i.MX51-targets to DT by make SDMA
> firmware name same for DT and non-DT cases.
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
> ---
>  arch/arm/boot/dts/imx51.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
> index f23636f..643f005 100644
> --- a/arch/arm/boot/dts/imx51.dtsi
> +++ b/arch/arm/boot/dts/imx51.dtsi
> @@ -645,7 +645,7 @@
>  				interrupts = <6>;
>  				clocks = <&clks 56>, <&clks 56>;
>  				clock-names = "ipg", "ahb";
> -				fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin";
> +				fsl,sdma-ram-script-name = "sdma-imx51.bin";

Though we haven't got SDMA firmware upstreamed anywhere yet, I think
this name pattern has been established for some platforms, since it has
been used on imx51, imx53 and imx6q for quite a while.  If you system
expects a different one, you can overwrite it in your <board>.dts.

Shawn

>  			};
>  
>  			cspi: cspi at 83fc0000 {
> -- 
> 1.8.1.5
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-10  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10  7:40 [PATCH] ARM: dts: imx51: Make SDMA firmware name same for DT and non-DT Alexander Shiyan
2013-06-10  8:59 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).