On Wed, Jul 18, 2018 at 01:54:14PM +0900, Yoshihiro Shimoda wrote: > This patch adds and USB3.0 host device node and enable it for > R-Car E3 Ebisu board. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- > - The dt-binding for usb-xhci has already been merged into linux-next: > > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/Documentation/devicetree/bindings/usb/usb-xhci.txt?h=next-20180717&id=4eb44f69e77141992e305d9e75e021b196071cdd > > - However, peripheral side is not yet (because the spec is not the same > with other SoCs a little, so I need to modify the driver). So, I don't > add "usb3_peri0" for now. > > arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 12 ++++++++++++ > arch/arm64/boot/dts/renesas/r8a77990.dtsi | 11 +++++++++++ > 2 files changed, 23 insertions(+) Thanks Shimoda-san, applied.