linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: r8a7794: tidyup SDHI register size on DTSI
@ 2016-07-20  8:19 Simon Horman
  2016-07-20  8:52 ` Wolfram Sang
  2016-07-20 10:25 ` Sergei Shtylyov
  0 siblings, 2 replies; 4+ messages in thread
From: Simon Horman @ 2016-07-20  8:19 UTC (permalink / raw)
  To: linux-arm-kernel

r8a7794 SDHI ch0 has SD_DMACR which is located in 0x324.
This patch updates register size

Based on work for the r8a7790 by Kuninori Morimoto.

Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
Found by inspection
Compile tested only
---
 arch/arm/boot/dts/r8a7794.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index 685f986cf962..9b36f58dff41 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -697,7 +697,7 @@
 
 	sdhi0: sd at ee100000 {
 		compatible = "renesas,sdhi-r8a7794";
-		reg = <0 0xee100000 0 0x200>;
+		reg = <0 0xee100000 0 0x384>;
 		interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp3_clks R8A7794_CLK_SDHI0>;
 		dmas = <&dmac0 0xcd>, <&dmac0 0xce>,
-- 
2.7.0.rc3.207.g0ac5344

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

* [PATCH] ARM: shmobile: r8a7794: tidyup SDHI register size on DTSI
  2016-07-20  8:19 [PATCH] ARM: shmobile: r8a7794: tidyup SDHI register size on DTSI Simon Horman
@ 2016-07-20  8:52 ` Wolfram Sang
  2016-07-20  8:54   ` Simon Horman
  2016-07-20 10:25 ` Sergei Shtylyov
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2016-07-20  8:52 UTC (permalink / raw)
  To: linux-arm-kernel


> -		reg = <0 0xee100000 0 0x200>;
> +		reg = <0 0xee100000 0 0x384>;

All other r8a779x.dtsi have 0x328 there.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160720/75ea51e0/attachment.sig>

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

* [PATCH] ARM: shmobile: r8a7794: tidyup SDHI register size on DTSI
  2016-07-20  8:52 ` Wolfram Sang
@ 2016-07-20  8:54   ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2016-07-20  8:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 20, 2016 at 10:52:46AM +0200, Wolfram Sang wrote:
> 
> > -		reg = <0 0xee100000 0 0x200>;
> > +		reg = <0 0xee100000 0 0x384>;
> 
> All other r8a779x.dtsi have 0x328 there.

Wow! I wonder how I managed that.

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

* [PATCH] ARM: shmobile: r8a7794: tidyup SDHI register size on DTSI
  2016-07-20  8:19 [PATCH] ARM: shmobile: r8a7794: tidyup SDHI register size on DTSI Simon Horman
  2016-07-20  8:52 ` Wolfram Sang
@ 2016-07-20 10:25 ` Sergei Shtylyov
  1 sibling, 0 replies; 4+ messages in thread
From: Sergei Shtylyov @ 2016-07-20 10:25 UTC (permalink / raw)
  To: linux-arm-kernel

On 7/20/2016 11:19 AM, Simon Horman wrote:

> r8a7794 SDHI ch0 has SD_DMACR which is located in 0x324.
> This patch updates register size
>
> Based on work for the r8a7790 by Kuninori Morimoto.
>
> Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> Found by inspection
> Compile tested only
> ---
>  arch/arm/boot/dts/r8a7794.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
> index 685f986cf962..9b36f58dff41 100644
> --- a/arch/arm/boot/dts/r8a7794.dtsi
> +++ b/arch/arm/boot/dts/r8a7794.dtsi
> @@ -697,7 +697,7 @@
>
>  	sdhi0: sd at ee100000 {
>  		compatible = "renesas,sdhi-r8a7794";
> -		reg = <0 0xee100000 0 0x200>;
> +		reg = <0 0xee100000 0 0x384>;

    Not 0x328?

MBR, Sergei

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

end of thread, other threads:[~2016-07-20 10:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-20  8:19 [PATCH] ARM: shmobile: r8a7794: tidyup SDHI register size on DTSI Simon Horman
2016-07-20  8:52 ` Wolfram Sang
2016-07-20  8:54   ` Simon Horman
2016-07-20 10:25 ` Sergei Shtylyov

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