Skip to content

Commit c45219c

Browse files
nemunairesuperna9999
authored andcommitted
Revert "arm64: dts: meson-sm1-odroid-hc4: disable unused USB PHY0"
This reverts commit 703e84d. USB device enumeration was not working on Odroid HC4 as both USB2 PHYs need to be enabled. This is inherited from the GLX USB design [1]. [1]: https://lore.kernel.org/all/[email protected]/T/ Signed-off-by: Pierre-Olivier Mercier <[email protected]> Acked-by: Neil Armstrong <[email protected]> Reviewed-by: Martin Blumenstingl <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
1 parent 1b929c0 commit c45219c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

arch/arm64/boot/dts/amlogic/meson-sm1-odroid-hc4.dts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@
131131
};
132132

133133
&usb {
134-
phys = <&usb2_phy1>;
135-
phy-names = "usb2-phy1";
136-
};
137-
138-
&usb2_phy0 {
139-
status = "disabled";
134+
phys = <&usb2_phy0>, <&usb2_phy1>;
135+
phy-names = "usb2-phy0", "usb2-phy1";
140136
};

0 commit comments

Comments
 (0)