On Wed, May 08, 2019 at 11:43:13AM +0200, Simon Horman wrote: > 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 <chris.brandt@xxxxxxxxxxx> > > --- > > 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. I meant to say, that it looks good but please address Sergei's feedback. > > > + reg = <0xe8219000 0x724>; > > + interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; > > + 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 = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; > > + 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 > > >