[CC Geert] On Thu, Sep 14, 2017 at 07:30:43PM +0900, Yoshihiro Shimoda wrote: > This patch enables USB2.0 Host (EHCI/OHCI) for r8a77995. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> Hi Geert, thanks for reviewing patches 1-3 of this series. I think you missed this one. > --- > arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts > index 1c55d8a..7771af8 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts > +++ b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts > @@ -73,6 +73,14 @@ > }; > }; > > +&ehci0 { > + status = "okay"; > +}; > + > +&ohci0 { > + status = "okay"; > +}; > + > &scif2 { > pinctrl-0 = <&scif2_pins>; > pinctrl-names = "default"; > -- > 1.9.1 >