linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id
@ 2013-08-16  6:45 Gwenhael Goavec-Merou
  2013-08-19 14:24 ` Shawn Guo
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Gwenhael Goavec-Merou @ 2013-08-16  6:45 UTC (permalink / raw)
  To: linux-arm-kernel

CSPI PER clock is per2clk (per2_gate id 60) instead of cspiX_ipg_gate.

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
---
 arch/arm/boot/dts/imx27.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index 0695264..f71d233 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -152,7 +152,7 @@
 				compatible = "fsl,imx27-cspi";
 				reg = <0x1000e000 0x1000>;
 				interrupts = <16>;
-				clocks = <&clks 53>, <&clks 53>;
+				clocks = <&clks 53>, <&clks 60>;
 				clock-names = "ipg", "per";
 				status = "disabled";
 			};
@@ -163,7 +163,7 @@
 				compatible = "fsl,imx27-cspi";
 				reg = <0x1000f000 0x1000>;
 				interrupts = <15>;
-				clocks = <&clks 52>, <&clks 52>;
+				clocks = <&clks 52>, <&clks 60>;
 				clock-names = "ipg", "per";
 				status = "disabled";
 			};
@@ -266,7 +266,7 @@
 				compatible = "fsl,imx27-cspi";
 				reg = <0x10017000 0x1000>;
 				interrupts = <6>;
-				clocks = <&clks 51>, <&clks 51>;
+				clocks = <&clks 51>, <&clks 60>;
 				clock-names = "ipg", "per";
 				status = "disabled";
 			};
-- 
1.8.1.5

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

* [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id
  2013-08-16  6:45 [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id Gwenhael Goavec-Merou
@ 2013-08-19 14:24 ` Shawn Guo
  2013-08-19 14:43 ` Shawn Guo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2013-08-19 14:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 16, 2013 at 08:45:35AM +0200, Gwenhael Goavec-Merou wrote:
> CSPI PER clock is per2clk (per2_gate id 60) instead of cspiX_ipg_gate.
> 
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>

Sascha,

Does it look right to you?

Shawn

> ---
>  arch/arm/boot/dts/imx27.dtsi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
> index 0695264..f71d233 100644
> --- a/arch/arm/boot/dts/imx27.dtsi
> +++ b/arch/arm/boot/dts/imx27.dtsi
> @@ -152,7 +152,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x1000e000 0x1000>;
>  				interrupts = <16>;
> -				clocks = <&clks 53>, <&clks 53>;
> +				clocks = <&clks 53>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> @@ -163,7 +163,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x1000f000 0x1000>;
>  				interrupts = <15>;
> -				clocks = <&clks 52>, <&clks 52>;
> +				clocks = <&clks 52>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> @@ -266,7 +266,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x10017000 0x1000>;
>  				interrupts = <6>;
> -				clocks = <&clks 51>, <&clks 51>;
> +				clocks = <&clks 51>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> -- 
> 1.8.1.5
> 

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

* [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id
  2013-08-16  6:45 [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id Gwenhael Goavec-Merou
  2013-08-19 14:24 ` Shawn Guo
@ 2013-08-19 14:43 ` Shawn Guo
  2013-08-20  7:34 ` Sascha Hauer
  2013-08-27 16:41 ` gwenhael.goavec
  3 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2013-08-19 14:43 UTC (permalink / raw)
  To: linux-arm-kernel

Correct Sascha's address.

On Fri, Aug 16, 2013 at 08:45:35AM +0200, Gwenhael Goavec-Merou wrote:
> CSPI PER clock is per2clk (per2_gate id 60) instead of cspiX_ipg_gate.
> 
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
> ---
>  arch/arm/boot/dts/imx27.dtsi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
> index 0695264..f71d233 100644
> --- a/arch/arm/boot/dts/imx27.dtsi
> +++ b/arch/arm/boot/dts/imx27.dtsi
> @@ -152,7 +152,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x1000e000 0x1000>;
>  				interrupts = <16>;
> -				clocks = <&clks 53>, <&clks 53>;
> +				clocks = <&clks 53>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> @@ -163,7 +163,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x1000f000 0x1000>;
>  				interrupts = <15>;
> -				clocks = <&clks 52>, <&clks 52>;
> +				clocks = <&clks 52>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> @@ -266,7 +266,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x10017000 0x1000>;
>  				interrupts = <6>;
> -				clocks = <&clks 51>, <&clks 51>;
> +				clocks = <&clks 51>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> -- 
> 1.8.1.5
> 

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

* [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id
  2013-08-16  6:45 [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id Gwenhael Goavec-Merou
  2013-08-19 14:24 ` Shawn Guo
  2013-08-19 14:43 ` Shawn Guo
@ 2013-08-20  7:34 ` Sascha Hauer
  2013-08-27 16:41 ` gwenhael.goavec
  3 siblings, 0 replies; 6+ messages in thread
From: Sascha Hauer @ 2013-08-20  7:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 16, 2013 at 08:45:35AM +0200, Gwenhael Goavec-Merou wrote:
> CSPI PER clock is per2clk (per2_gate id 60) instead of cspiX_ipg_gate.
> 
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>

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

Sascha

> ---
>  arch/arm/boot/dts/imx27.dtsi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
> index 0695264..f71d233 100644
> --- a/arch/arm/boot/dts/imx27.dtsi
> +++ b/arch/arm/boot/dts/imx27.dtsi
> @@ -152,7 +152,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x1000e000 0x1000>;
>  				interrupts = <16>;
> -				clocks = <&clks 53>, <&clks 53>;
> +				clocks = <&clks 53>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> @@ -163,7 +163,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x1000f000 0x1000>;
>  				interrupts = <15>;
> -				clocks = <&clks 52>, <&clks 52>;
> +				clocks = <&clks 52>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> @@ -266,7 +266,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x10017000 0x1000>;
>  				interrupts = <6>;
> -				clocks = <&clks 51>, <&clks 51>;
> +				clocks = <&clks 51>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> -- 
> 1.8.1.5
> 
> 
> _______________________________________________
> 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] 6+ messages in thread

* [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id
  2013-08-16  6:45 [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id Gwenhael Goavec-Merou
                   ` (2 preceding siblings ...)
  2013-08-20  7:34 ` Sascha Hauer
@ 2013-08-27 16:41 ` gwenhael.goavec
  2013-08-29  5:12   ` Shawn Guo
  3 siblings, 1 reply; 6+ messages in thread
From: gwenhael.goavec @ 2013-08-27 16:41 UTC (permalink / raw)
  To: linux-arm-kernel

ping?

Gwen

On Fri, 16 Aug 2013 08:45:35 +0200
Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> wrote:

> CSPI PER clock is per2clk (per2_gate id 60) instead of cspiX_ipg_gate.
> 
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
> ---
>  arch/arm/boot/dts/imx27.dtsi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
> index 0695264..f71d233 100644
> --- a/arch/arm/boot/dts/imx27.dtsi
> +++ b/arch/arm/boot/dts/imx27.dtsi
> @@ -152,7 +152,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x1000e000 0x1000>;
>  				interrupts = <16>;
> -				clocks = <&clks 53>, <&clks 53>;
> +				clocks = <&clks 53>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> @@ -163,7 +163,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x1000f000 0x1000>;
>  				interrupts = <15>;
> -				clocks = <&clks 52>, <&clks 52>;
> +				clocks = <&clks 52>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> @@ -266,7 +266,7 @@
>  				compatible = "fsl,imx27-cspi";
>  				reg = <0x10017000 0x1000>;
>  				interrupts = <6>;
> -				clocks = <&clks 51>, <&clks 51>;
> +				clocks = <&clks 51>, <&clks 60>;
>  				clock-names = "ipg", "per";
>  				status = "disabled";
>  			};
> -- 
> 1.8.1.5
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

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

* [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id
  2013-08-27 16:41 ` gwenhael.goavec
@ 2013-08-29  5:12   ` Shawn Guo
  0 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2013-08-29  5:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 27, 2013 at 06:41:24PM +0200, gwenhael.goavec wrote:
> ping?
> 

Applied.  Sorry for the delay.

Shawn

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

end of thread, other threads:[~2013-08-29  5:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16  6:45 [PATCH] ARM: imx27.dtsi: fix CSPI PER clock id Gwenhael Goavec-Merou
2013-08-19 14:24 ` Shawn Guo
2013-08-19 14:43 ` Shawn Guo
2013-08-20  7:34 ` Sascha Hauer
2013-08-27 16:41 ` gwenhael.goavec
2013-08-29  5:12   ` 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).