mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: fix u2phy1_host status for NanoPi R4S
@ 2025-02-24 17:09 Justin Klaassen
  2025-02-25 14:25 ` Dragan Simic
  0 siblings, 1 reply; 4+ messages in thread
From: Justin Klaassen @ 2025-02-24 17:09 UTC (permalink / raw)
  To: Tianling Shen, Kever Yang, Johan Jonker, Dragan Simic,
	Heiko Stuebner, Conor Dooley, Krzysztof Kozlowski, Rob Herring
  Cc: devicetree, linux-arm-kernel, linux-rockchip, linux-kernel,
	Justin Klaassen

The u2phy1_host should always have the same status as usb_host1_ehci,
otherwise the ehci driver may be initialized for a disabled usb port.

Signed-off-by: Justin Klaassen <justin@tidylabs.net>
---
 arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dtsi
index b1c9bd0e63ef..8d94d9f91a5c 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dtsi
@@ -115,7 +115,7 @@ &u2phy0_host {
 };
 
 &u2phy1_host {
-	status = "disabled";
+	phy-supply = <&vdd_5v>;
 };
 
 &uart0 {
-- 
2.47.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-27 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-24 17:09 [PATCH] arm64: dts: rockchip: fix u2phy1_host status for NanoPi R4S Justin Klaassen
2025-02-25 14:25 ` Dragan Simic
2025-02-25 17:03   ` [PATCH v2] " Justin Klaassen
2025-02-27 13:37     ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®