Commit 396aadeb authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman
Browse files

arm64: dts: renesas: salvator-common: add companion property in usb3_peri0



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 39facfa0 ("usb: gadget: udc: renesas_usb3:
Add register of usb role switch").

Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 43021275
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -817,6 +817,8 @@
	phys = <&usb3_phy0>;
	phy-names = "usb";

	companion = <&xhci0>;

	status = "okay";
};