From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 8 May 2019 11:43:13 +0200 From: Simon Horman Subject: Re: [PATCH 09/10] ARM: dts: r7s9210: Add USB Device support Message-ID: <20190508094313.f7h6b2mwb6ghangp@verge.net.au> References: <20190506234631.113226-1-chris.brandt@renesas.com> <20190506234631.113226-10-chris.brandt@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190506234631.113226-10-chris.brandt@renesas.com> To: Chris Brandt Cc: Rob Herring , Mark Rutland , Greg Kroah-Hartman , Yoshihiro Shimoda , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org List-ID: On Mon, May 06, 2019 at 06:46:30PM -0500, Chris Brandt wrote: > Add USB Device support for RZ/A2. > > Signed-off-by: Chris Brandt > --- > arch/arm/boot/dts/r7s9210.dtsi | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/arch/arm/boot/dts/r7s9210.dtsi b/arch/arm/boot/dts/r7s9210.dtsi > index 1a992e6197c3..67ac746142d0 100644 > --- a/arch/arm/boot/dts/r7s9210.dtsi > +++ b/arch/arm/boot/dts/r7s9210.dtsi > @@ -354,6 +354,18 @@ > status = "disabled"; > }; > > + usbhs0: usbhs@e8219000 { > + compatible = "renesas,usbhs-r7s9210","renesas,rza2-usbhs"; Hi Chris, please add a space after ",". Likewise below. Otherwise this patch looks good to me. > + reg = <0xe8219000 0x724>; > + interrupts = ; > + clocks = <&cpg CPG_MOD 61>; > + renesas,buswait = <7>; > + phys = <&usb2_phy0>; > + phy-names = "usb"; > + power-domains = <&cpg>; > + status = "disabled"; > + }; > + > ohci1: usbhcd@e821a000 { > compatible = "generic-ohci"; > reg = <0xe821a000 0x100>; > @@ -386,6 +398,18 @@ > status = "disabled"; > }; > > + usbhs1: usbhs@e821b000 { > + compatible = "renesas,usbhs-r7s9210","renesas,rza2-usbhs"; > + reg = <0xe821b000 0x724>; > + interrupts = ; > + clocks = <&cpg CPG_MOD 60>; > + renesas,buswait = <7>; > + phys = <&usb2_phy1>; > + phy-names = "usb"; > + power-domains = <&cpg>; > + status = "disabled"; > + }; > + > sdhi0: sd@e8228000 { > compatible = "renesas,sdhi-r7s9210"; > reg = <0xe8228000 0x8c0>; > -- > 2.16.1 >