Message ID | 20181123112217.4878-4-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Bring suspend to RAM support to xHCI MVEBU driver | expand |
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts index e947ef61d946..094994a9c68e 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts @@ -112,6 +112,7 @@ /* J7 */ &usb3 { status = "okay"; + phys = <&comphy0 0>; }; /* J8 */
The USB3 node is wired to the first PHY of the COMPHY IP. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> --- arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts | 1 + 1 file changed, 1 insertion(+)