linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: r8a7778: Fix pin control device address in DT
@ 2013-10-03 17:35 Laurent Pinchart
  2013-10-04  0:29 ` Kuninori Morimoto
  2013-10-11  1:04 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Laurent Pinchart @ 2013-10-03 17:35 UTC (permalink / raw)
  To: linux-sh

The PFC device is erroneously declared at address 0xfffc000 instead of
0xfffc0000. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/r8a7778.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi
index a6308a3..45c32dc 100644
--- a/arch/arm/boot/dts/r8a7778.dtsi
+++ b/arch/arm/boot/dts/r8a7778.dtsi
@@ -114,6 +114,6 @@
 
 	pfc: pfc@fffc0000 {
 		compatible = "renesas,pfc-r8a7778";
-		reg = <0xfffc000 0x118>;
+		reg = <0xfffc0000 0x118>;
 	};
 };
-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH] ARM: shmobile: r8a7778: Fix pin control device address in DT
  2013-10-03 17:35 [PATCH] ARM: shmobile: r8a7778: Fix pin control device address in DT Laurent Pinchart
@ 2013-10-04  0:29 ` Kuninori Morimoto
  2013-10-11  1:04 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2013-10-04  0:29 UTC (permalink / raw)
  To: linux-sh


Hi Laurent

> The PFC device is erroneously declared at address 0xfffc000 instead of
> 0xfffc0000. Fix it.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---

This patch solved my issue, thank you

Tested-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

>  arch/arm/boot/dts/r8a7778.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi
> index a6308a3..45c32dc 100644
> --- a/arch/arm/boot/dts/r8a7778.dtsi
> +++ b/arch/arm/boot/dts/r8a7778.dtsi
> @@ -114,6 +114,6 @@
>  
>  	pfc: pfc@fffc0000 {
>  		compatible = "renesas,pfc-r8a7778";
> -		reg = <0xfffc000 0x118>;
> +		reg = <0xfffc0000 0x118>;
>  	};
>  };
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> --
> 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


Best regards
---
Kuninori Morimoto

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

* Re: [PATCH] ARM: shmobile: r8a7778: Fix pin control device address in DT
  2013-10-03 17:35 [PATCH] ARM: shmobile: r8a7778: Fix pin control device address in DT Laurent Pinchart
  2013-10-04  0:29 ` Kuninori Morimoto
@ 2013-10-11  1:04 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2013-10-11  1:04 UTC (permalink / raw)
  To: linux-sh

On Thu, Oct 03, 2013 at 05:29:54PM -0700, Kuninori Morimoto wrote:
> 
> Hi Laurent
> 
> > The PFC device is erroneously declared at address 0xfffc000 instead of
> > 0xfffc0000. Fix it.
> > 
> > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > ---
> 
> This patch solved my issue, thank you
> 
> Tested-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Sorry for the delay.
I have now queued this up.

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

end of thread, other threads:[~2013-10-11  1:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-03 17:35 [PATCH] ARM: shmobile: r8a7778: Fix pin control device address in DT Laurent Pinchart
2013-10-04  0:29 ` Kuninori Morimoto
2013-10-11  1:04 ` 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).