On Mon, Oct 22, 2018 at 03:47:29PM +0900, Yoshihiro Shimoda wrote: > This patch adds a property "companion" with xhci0 phandle to > the usb3_peri0 node in salvator-common.dtsi. > > About the detail of this property for renesas_usb3 udc driver, please > refer to the commit 39facfa01c9f ("usb: gadget: udc: renesas_usb3: > Add register of usb role switch"). > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> Thanks Shimoda-san, applied for v4.21. > --- > arch/arm64/boot/dts/renesas/salvator-common.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi > index 054a7ee..a3e8950 100644 > --- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi > +++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi > @@ -817,6 +817,8 @@ > phys = <&usb3_phy0>; > phy-names = "usb"; > > + companion = <&xhci0>; > + > status = "okay"; > }; > > -- > 1.9.1 >