OSDN Git Service

arm64: dts: renesas: salvator-common: add companion property in usb3_peri0
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Mon, 22 Oct 2018 06:47:29 +0000 (15:47 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 5 Nov 2018 15:06:40 +0000 (16:06 +0100)
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@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/salvator-common.dtsi

index 054a7ee..a3e8950 100644 (file)
        phys = <&usb3_phy0>;
        phy-names = "usb";
 
+       companion = <&xhci0>;
+
        status = "okay";
 };