linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mx5: Fix MX53 flexcan2 clock
@ 2013-01-07 14:27 Marek Vasut
  2013-01-07 17:12 ` Sascha Hauer
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2013-01-07 14:27 UTC (permalink / raw)
  To: linux-arm-kernel

The second FlexCAN port uses different clock than the first one, configure
correct clock to prevent hanging of the system during bringing up of the port.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
---
 arch/arm/boot/dts/imx53.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index 5b59763..abe0f0b 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -614,7 +614,7 @@
 				compatible = "fsl,imx53-flexcan", "fsl,p1010-flexcan";
 				reg = <0x53fcc000 0x4000>;
 				interrupts = <83>;
-				clocks = <&clks 158>, <&clks 157>;
+				clocks = <&clks 87>, <&clks 86>;
 				clock-names = "ipg", "per";
 				status = "disabled";
 			};
-- 
1.7.10.4

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

* [PATCH] ARM: mx5: Fix MX53 flexcan2 clock
  2013-01-07 14:27 [PATCH] ARM: mx5: Fix MX53 flexcan2 clock Marek Vasut
@ 2013-01-07 17:12 ` Sascha Hauer
  2013-01-08  0:54   ` Shawn Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hauer @ 2013-01-07 17:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 07, 2013 at 03:27:00PM +0100, Marek Vasut wrote:
> The second FlexCAN port uses different clock than the first one, configure
> correct clock to prevent hanging of the system during bringing up of the port.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Shawn Guo <shawn.guo@linaro.org>

Looks Good.

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>

Sascha

> ---
>  arch/arm/boot/dts/imx53.dtsi |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
> index 5b59763..abe0f0b 100644
> --- a/arch/arm/boot/dts/imx53.dtsi
> +++ b/arch/arm/boot/dts/imx53.dtsi
> @@ -614,7 +614,7 @@
>  				compatible = "fsl,imx53-flexcan", "fsl,p1010-flexcan";
>  				reg = <0x53fcc000 0x4000>;
>  				interrupts = <83>;
> -				clocks = <&clks 158>, <&clks 157>;
> +				clocks = <&clks 87>, <&clks 86>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* [PATCH] ARM: mx5: Fix MX53 flexcan2 clock
  2013-01-07 17:12 ` Sascha Hauer
@ 2013-01-08  0:54   ` Shawn Guo
  0 siblings, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2013-01-08  0:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 07, 2013 at 06:12:24PM +0100, Sascha Hauer wrote:
> On Mon, Jan 07, 2013 at 03:27:00PM +0100, Marek Vasut wrote:
> > The second FlexCAN port uses different clock than the first one, configure
> > correct clock to prevent hanging of the system during bringing up of the port.
> > 
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Fabio Estevam <fabio.estevam@freescale.com>
> > Cc: Shawn Guo <shawn.guo@linaro.org>
> 
> Looks Good.
> 
> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>

Applied, thanks.

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

end of thread, other threads:[~2013-01-08  0:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 14:27 [PATCH] ARM: mx5: Fix MX53 flexcan2 clock Marek Vasut
2013-01-07 17:12 ` Sascha Hauer
2013-01-08  0:54   ` 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).