* [PATCH] arm64: dts: rk356x: fix upper usb port on BPI-R2-Pro
@ 2022-07-08 13:27 Frank Wunderlich
2022-07-08 14:21 ` Aw: " Frank Wunderlich
0 siblings, 1 reply; 2+ messages in thread
From: Frank Wunderlich @ 2022-07-08 13:27 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, devicetree,
linux-arm-kernel, linux-rockchip, linux-kernel
Cc: Frank Wunderlich
From: Frank Wunderlich <frank-w@public-files.de>
- extcon is no more needed in 5.19 - so drop it
commit 51a9b2c03dd3 ("phy: rockchip-inno-usb2: Handle ID IRQ")
- dr_mode was changed from host to otg in rk356x.dtsi
commit bc405bb3eeee ("arm64: dts: rockchip: enable otg/drd
operation of usb_host0_xhci in rk356x")
change it back on board level as id-pin on r2pro is not connected
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
---
for hostmode to work this fix is needed:
https://patchwork.kernel.org/project/linux-rockchip/patch/20220708061434.38115-1-samuel@sholland.org/
---
arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts b/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts
index acc6b3a98415..02bafb938fb6 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts
@@ -678,7 +678,7 @@ &usb_host0_ohci {
};
&usb_host0_xhci {
- extcon = <&usb2phy0>;
+ dr_mode = "host";
status = "okay";
};
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Aw: [PATCH] arm64: dts: rk356x: fix upper usb port on BPI-R2-Pro
2022-07-08 13:27 [PATCH] arm64: dts: rk356x: fix upper usb port on BPI-R2-Pro Frank Wunderlich
@ 2022-07-08 14:21 ` Frank Wunderlich
0 siblings, 0 replies; 2+ messages in thread
From: Frank Wunderlich @ 2022-07-08 14:21 UTC (permalink / raw)
To: Heiko Stuebner
Cc: Rob Herring, Krzysztof Kozlowski, devicetree, linux-arm-kernel,
linux-rockchip, linux-kernel, Frank Wunderlich
Hi,
noticed that prefix should be "arm64: dts: rockchip:", should i send a v2 or can this changed while applying?
regards Frank
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-08 14:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-08 13:27 [PATCH] arm64: dts: rk356x: fix upper usb port on BPI-R2-Pro Frank Wunderlich
2022-07-08 14:21 ` Aw: " Frank Wunderlich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).