linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: renesas: r8a774a1: Fix hsusb reg size
@ 2018-12-18 12:02 Fabrizio Castro
  2018-12-18 12:07 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrizio Castro @ 2018-12-18 12:02 UTC (permalink / raw)
  To: Geert Uytterhoeven, Mark Rutland, Simon Horman, Rob Herring
  Cc: Fabrizio Castro, Magnus Damm, linux-renesas-soc, devicetree,
	Chris Paterson, Biju Das

HS-USB has registers outside the currently specified memory area,
therefore change the definition accordingly.

Fixes: ed898d4fc19d ("arm64: dts: renesas: r8a774a1: Add USB-DMAC and
HSUSB device nodes")
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
---
Thank you Simon for spotting this

 arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
index 20745a8..46a8fd2 100644
--- a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
@@ -599,7 +599,7 @@
 		hsusb: usb@e6590000 {
 			compatible = "renesas,usbhs-r8a774a1",
 				     "renesas,rcar-gen3-usbhs";
-			reg = <0 0xe6590000 0 0x100>;
+			reg = <0 0xe6590000 0 0x200>;
 			interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&cpg CPG_MOD 704>;
 			dmas = <&usb_dmac0 0>, <&usb_dmac0 1>,
-- 
2.7.4


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

* Re: [PATCH] arm64: dts: renesas: r8a774a1: Fix hsusb reg size
  2018-12-18 12:02 [PATCH] arm64: dts: renesas: r8a774a1: Fix hsusb reg size Fabrizio Castro
@ 2018-12-18 12:07 ` Geert Uytterhoeven
  2018-12-20  7:56   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-12-18 12:07 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Mark Rutland, Simon Horman, Rob Herring,
	Magnus Damm, Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Chris Paterson, Biju Das

On Tue, Dec 18, 2018 at 1:02 PM Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
> HS-USB has registers outside the currently specified memory area,
> therefore change the definition accordingly.
>
> Fixes: ed898d4fc19d ("arm64: dts: renesas: r8a774a1: Add USB-DMAC and
> HSUSB device nodes")
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] arm64: dts: renesas: r8a774a1: Fix hsusb reg size
  2018-12-18 12:07 ` Geert Uytterhoeven
@ 2018-12-20  7:56   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2018-12-20  7:56 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Fabrizio Castro, Geert Uytterhoeven, Mark Rutland, Rob Herring,
	Magnus Damm, Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Chris Paterson, Biju Das

On Tue, Dec 18, 2018 at 01:07:19PM +0100, Geert Uytterhoeven wrote:
> On Tue, Dec 18, 2018 at 1:02 PM Fabrizio Castro
> <fabrizio.castro@bp.renesas.com> wrote:
> > HS-USB has registers outside the currently specified memory area,
> > therefore change the definition accordingly.
> >
> > Fixes: ed898d4fc19d ("arm64: dts: renesas: r8a774a1: Add USB-DMAC and
> > HSUSB device nodes")
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, applied for v4.22.

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

end of thread, other threads:[~2018-12-20  7:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-18 12:02 [PATCH] arm64: dts: renesas: r8a774a1: Fix hsusb reg size Fabrizio Castro
2018-12-18 12:07 ` Geert Uytterhoeven
2018-12-20  7:56   ` 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).