Skip to content

Commit 13d1595

Browse files
committed
Merge tag 'amlogic-fixes-v6.2-rc' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/fixes
Amlogic fixes for v6.2-rc: - Revert "arm64: dts: meson-sm1-odroid-hc4: disable unused USB PHY0" which breaks whole USB on Odroid-HC4 * tag 'amlogic-fixes-v6.2-rc' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux: Revert "arm64: dts: meson-sm1-odroid-hc4: disable unused USB PHY0" Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents a316877 + c45219c commit 13d1595

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)