Skip to content

Commit bd3d25b

Browse files
miquelraynalgclement
authored andcommitted
arm64: dts: marvell: armada-37xx: link USB hosts with their PHYs
Reference the PHY nodes from the USB controller nodes. The USB3 host controller is wired to: * the first PHY of the COMPHY IP * the OTG-capable UTMI PHY The USB2 host controller is wired to: * the host-only UTMI PHY Signed-off-by: Miquel Raynal <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 8e18c8e commit bd3d25b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/marvell/armada-37xx.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@
351351
marvell,usb-misc-reg = <&usb32_syscon>;
352352
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
353353
clocks = <&sb_periph_clk 12>;
354+
phys = <&comphy0 0>, <&usb2_utmi_otg_phy>;
355+
phy-names = "usb3-phy", "usb2-utmi-otg-phy";
354356
status = "disabled";
355357
};
356358

@@ -372,6 +374,8 @@
372374
reg = <0x5e000 0x1000>;
373375
marvell,usb-misc-reg = <&usb2_syscon>;
374376
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
377+
phys = <&usb2_utmi_host_phy>;
378+
phy-names = "usb2-utmi-host-phy";
375379
status = "disabled";
376380
};
377381

0 commit comments

Comments
 (0)