Message ID | 1505385043-1554-5-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 607c73c38e8492677da02a999eabd669e96f6d88 |
Delegated to: | Simon Horman |
Headers | show |
[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@renesas.com> 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 >
On Thu, Sep 21, 2017 at 10:58 AM, Simon Horman <horms@verge.net.au> wrote: > [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@renesas.com> > > Hi Geert, > > thanks for reviewing patches 1-3 of this series. > I think you missed this one. Oops, this time with Reply-to-all: 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
On Thu, Sep 21, 2017 at 11:12:12AM +0200, Geert Uytterhoeven wrote: > On Thu, Sep 21, 2017 at 10:58 AM, Simon Horman <horms@verge.net.au> wrote: > > [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@renesas.com> > > > > Hi Geert, > > > > thanks for reviewing patches 1-3 of this series. > > I think you missed this one. > > Oops, this time with Reply-to-all: > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks, applied.
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";
This patch enables USB2.0 Host (EHCI/OHCI) for r8a77995. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> --- arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 8 ++++++++ 1 file changed, 8 insertions(+)