Commit 703e84d6 authored by Neil Armstrong's avatar Neil Armstrong
Browse files

arm64: dts: meson-sm1-odroid-hc4: disable unused USB PHY0



As described in the HC4 schematics, only the USB port B is used,
port A is left unconnected. Thus disable PHY0 and remove it from PHYs list.

Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Acked-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20210607065435.577334-5-narmstrong@baylibre.com
parent 45d736ab
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -91,6 +91,10 @@
};

&usb {
	phys = <&usb2_phy0>, <&usb2_phy1>;
	phy-names = "usb2-phy0", "usb2-phy1";
	phys = <&usb2_phy1>;
	phy-names = "usb2-phy1";
};

&usb2_phy0 {
	status = "disabled";
};