devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFC] ARM: shmobile: r8a7791: Fix IPMMU-GP clock to device tree
@ 2015-02-19 13:29 Yoshihiro Kaneko
  2015-02-25 23:58 ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Yoshihiro Kaneko @ 2015-02-19 13:29 UTC (permalink / raw)
  To: linux-sh; +Cc: Simon Horman, Magnus Damm, linux-arm-kernel, devicetree

From: Ryo Kataoka <ryo.kataoka.wt@renesas.com>

Signed-off-by: Ryo Kataoka <ryo.kataoka.wt@renesas.com>
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
---

This patch is based on devel branch of Simon Horman's renesas tree.

 arch/arm/boot/dts/r8a7791.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index afba8af..1e75a5f 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -1154,7 +1154,7 @@
 		mstp8_clks: mstp8_clks@e6150990 {
 			compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-clocks";
 			reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
-			clocks = <&zg_clk>, <&hp_clk>, <&zg_clk>, <&zg_clk>,
+			clocks = <&zx_clk>, <&hp_clk>, <&zg_clk>, <&zg_clk>,
 			         <&zg_clk>, <&p_clk>, <&zs_clk>, <&zs_clk>;
 			#clock-cells = <1>;
 			clock-indices = <
-- 
1.9.1


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

* Re: [PATCH/RFC] ARM: shmobile: r8a7791: Fix IPMMU-GP clock to device tree
  2015-02-19 13:29 [PATCH/RFC] ARM: shmobile: r8a7791: Fix IPMMU-GP clock to device tree Yoshihiro Kaneko
@ 2015-02-25 23:58 ` Simon Horman
  2015-03-01  2:17   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2015-02-25 23:58 UTC (permalink / raw)
  To: Yoshihiro Kaneko; +Cc: linux-sh, Magnus Damm, linux-arm-kernel, devicetree

Hi,

while I am inclined to take this patch on face value I am wondering
if anyone is able to confirm this change against the documentation:
I have drawn a blank there.

On Thu, Feb 19, 2015 at 10:29:06PM +0900, Yoshihiro Kaneko wrote:
> From: Ryo Kataoka <ryo.kataoka.wt@renesas.com>
> 
> Signed-off-by: Ryo Kataoka <ryo.kataoka.wt@renesas.com>
> Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
> ---
> 
> This patch is based on devel branch of Simon Horman's renesas tree.
> 
>  arch/arm/boot/dts/r8a7791.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
> index afba8af..1e75a5f 100644
> --- a/arch/arm/boot/dts/r8a7791.dtsi
> +++ b/arch/arm/boot/dts/r8a7791.dtsi
> @@ -1154,7 +1154,7 @@
>  		mstp8_clks: mstp8_clks@e6150990 {
>  			compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-clocks";
>  			reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
> -			clocks = <&zg_clk>, <&hp_clk>, <&zg_clk>, <&zg_clk>,
> +			clocks = <&zx_clk>, <&hp_clk>, <&zg_clk>, <&zg_clk>,
>  			         <&zg_clk>, <&p_clk>, <&zs_clk>, <&zs_clk>;
>  			#clock-cells = <1>;
>  			clock-indices = <
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* Re: [PATCH/RFC] ARM: shmobile: r8a7791: Fix IPMMU-GP clock to device tree
  2015-02-25 23:58 ` Simon Horman
@ 2015-03-01  2:17   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2015-03-01  2:17 UTC (permalink / raw)
  To: Yoshihiro Kaneko; +Cc: linux-sh, Magnus Damm, linux-arm-kernel, devicetree

On Thu, Feb 26, 2015 at 08:58:07AM +0900, Simon Horman wrote:
> On Thu, Feb 19, 2015 at 10:29:06PM +0900, Yoshihiro Kaneko wrote:
> > From: Ryo Kataoka <ryo.kataoka.wt@renesas.com>
> > 
> > Signed-off-by: Ryo Kataoka <ryo.kataoka.wt@renesas.com>
> > Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
> > ---
> > 
> > This patch is based on devel branch of Simon Horman's renesas tree.
>
> Hi,
> 
> while I am inclined to take this patch on face value I am wondering
> if anyone is able to confirm this change against the documentation:
> I have drawn a blank there.

I have decided to queue this up rather than let it fester any longer.

> >  arch/arm/boot/dts/r8a7791.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
> > index afba8af..1e75a5f 100644
> > --- a/arch/arm/boot/dts/r8a7791.dtsi
> > +++ b/arch/arm/boot/dts/r8a7791.dtsi
> > @@ -1154,7 +1154,7 @@
> >  		mstp8_clks: mstp8_clks@e6150990 {
> >  			compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-clocks";
> >  			reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
> > -			clocks = <&zg_clk>, <&hp_clk>, <&zg_clk>, <&zg_clk>,
> > +			clocks = <&zx_clk>, <&hp_clk>, <&zg_clk>, <&zg_clk>,
> >  			         <&zg_clk>, <&p_clk>, <&zs_clk>, <&zs_clk>;
> >  			#clock-cells = <1>;
> >  			clock-indices = <
> > -- 
> > 1.9.1
> > 
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

end of thread, other threads:[~2015-03-01  2:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 13:29 [PATCH/RFC] ARM: shmobile: r8a7791: Fix IPMMU-GP clock to device tree Yoshihiro Kaneko
2015-02-25 23:58 ` Simon Horman
2015-03-01  2:17   ` Simon Horman

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