Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

This reverts commit 703e84d6615a4a95fb504c8f2e4c9426b86f3930.

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/20170814224542.18257-1-martin.blumenstingl@googlemail.com/T/

Signed-off-by: Pierre-Olivier Mercier <nemunaire@nemunai.re>
Acked-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20230105120206.28964-1-nemunaire@nemunai.re
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

authored by

Pierre-Olivier Mercier and committed by
Neil Armstrong
c45219cb 1b929c02

+2 -6
+2 -6
arch/arm64/boot/dts/amlogic/meson-sm1-odroid-hc4.dts
··· 131 131 }; 132 132 133 133 &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"; 140 136 };