Skip to content

Commit 5cfcd32

Browse files
jck112gregkh
authored andcommitted
arm64: dts: rockchip: fix u2phy1_host status for NanoPi R4S
commit 38f4aa34a5f737ea8588dac320d884cc2e762c03 upstream. The u2phy1_host should always have the same status as usb_host1_ehci and usb_host1_ohci, otherwise the EHCI and OHCI drivers may be initialized for a disabled usb port. Per the NanoPi R4S schematic, the phy-supply for u2phy1_host is set to the vdd_5v regulator. Fixes: db792e9 ("rockchip: rk3399: Add support for FriendlyARM NanoPi R4S") Cc: [email protected] Signed-off-by: Justin Klaassen <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4e0713c commit 5cfcd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
};
118118

119119
&u2phy1_host {
120-
status = "disabled";
120+
phy-supply = <&vdd_5v>;
121121
};
122122

123123
&uart0 {

0 commit comments

Comments
 (0)