linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: at91/dt: Fix typo regarding can0_clk
@ 2014-09-17  8:33 David Dueck
  2014-09-17 18:32 ` Boris BREZILLON
  2014-09-18 13:31 ` Nicolas Ferre
  0 siblings, 2 replies; 3+ messages in thread
From: David Dueck @ 2014-09-17  8:33 UTC (permalink / raw)
  To: linux-arm-kernel

Otherwise the clock for can0 will never get enabled.

Signed-off-by: David Dueck <davidcdueck@googlemail.com>
Signed-off-by: Anthony Harivel <anthony.harivel@emtrion.de>
---
 arch/arm/boot/dts/sama5d3_can.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama5d3_can.dtsi b/arch/arm/boot/dts/sama5d3_can.dtsi
index a077585..eaf4145 100644
--- a/arch/arm/boot/dts/sama5d3_can.dtsi
+++ b/arch/arm/boot/dts/sama5d3_can.dtsi
@@ -40,7 +40,7 @@
 						atmel,clk-output-range = <0 66000000>;
 					};
 
-					can1_clk: can0_clk {
+					can1_clk: can1_clk {
 						#clock-cells = <0>;
 						reg = <41>;
 						atmel,clk-output-range = <0 66000000>;
-- 
2.1.0

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

* [PATCH] ARM: at91/dt: Fix typo regarding can0_clk
  2014-09-17  8:33 [PATCH] ARM: at91/dt: Fix typo regarding can0_clk David Dueck
@ 2014-09-17 18:32 ` Boris BREZILLON
  2014-09-18 13:31 ` Nicolas Ferre
  1 sibling, 0 replies; 3+ messages in thread
From: Boris BREZILLON @ 2014-09-17 18:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi David, Anthony,

On Wed, 17 Sep 2014 10:33:32 +0200
David Dueck <davidcdueck@googlemail.com> wrote:

> Otherwise the clock for can0 will never get enabled.
> 
> Signed-off-by: David Dueck <davidcdueck@googlemail.com>
> Signed-off-by: Anthony Harivel <anthony.harivel@emtrion.de>

Thanks for fixing that.

Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>

> ---
>  arch/arm/boot/dts/sama5d3_can.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/sama5d3_can.dtsi b/arch/arm/boot/dts/sama5d3_can.dtsi
> index a077585..eaf4145 100644
> --- a/arch/arm/boot/dts/sama5d3_can.dtsi
> +++ b/arch/arm/boot/dts/sama5d3_can.dtsi
> @@ -40,7 +40,7 @@
>  						atmel,clk-output-range = <0 66000000>;
>  					};
>  
> -					can1_clk: can0_clk {
> +					can1_clk: can1_clk {
>  						#clock-cells = <0>;
>  						reg = <41>;
>  						atmel,clk-output-range = <0 66000000>;



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [PATCH] ARM: at91/dt: Fix typo regarding can0_clk
  2014-09-17  8:33 [PATCH] ARM: at91/dt: Fix typo regarding can0_clk David Dueck
  2014-09-17 18:32 ` Boris BREZILLON
@ 2014-09-18 13:31 ` Nicolas Ferre
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Ferre @ 2014-09-18 13:31 UTC (permalink / raw)
  To: linux-arm-kernel

On 17/09/2014 10:33, David Dueck :
> Otherwise the clock for can0 will never get enabled.
> 
> Signed-off-by: David Dueck <davidcdueck@googlemail.com>
> Signed-off-by: Anthony Harivel <anthony.harivel@emtrion.de>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

And stacked on at91-3.18-dt3 branch. I will send it soon to arm-soc.

I also added the "stable" tag:
Cc: stable at vger.kernel.org # v3.14

Thanks a lot for this fix, best regards.

> ---
>  arch/arm/boot/dts/sama5d3_can.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/sama5d3_can.dtsi b/arch/arm/boot/dts/sama5d3_can.dtsi
> index a077585..eaf4145 100644
> --- a/arch/arm/boot/dts/sama5d3_can.dtsi
> +++ b/arch/arm/boot/dts/sama5d3_can.dtsi
> @@ -40,7 +40,7 @@
>  						atmel,clk-output-range = <0 66000000>;
>  					};
>  
> -					can1_clk: can0_clk {
> +					can1_clk: can1_clk {
>  						#clock-cells = <0>;
>  						reg = <41>;
>  						atmel,clk-output-range = <0 66000000>;
> 


-- 
Nicolas Ferre

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

end of thread, other threads:[~2014-09-18 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17  8:33 [PATCH] ARM: at91/dt: Fix typo regarding can0_clk David Dueck
2014-09-17 18:32 ` Boris BREZILLON
2014-09-18 13:31 ` Nicolas Ferre

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).