mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
29 lines
972 B
Diff
29 lines
972 B
Diff
From c4e625e488b938bd312cde239cd902c479cba02e Mon Sep 17 00:00:00 2001
|
|
From: Frank Wunderlich <frank-w@public-files.de>
|
|
Date: Fri, 8 Jul 2022 15:27:06 +0200
|
|
Subject: [PATCH 50/51] arm64: dts: rk356x: fix upper usb port on BPI-R2-Pro
|
|
|
|
- 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>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts
|
|
@@ -755,7 +755,7 @@
|
|
};
|
|
|
|
&usb_host0_xhci {
|
|
- extcon = <&usb2phy0>;
|
|
+ dr_mode = "host";
|
|
status = "okay";
|
|
};
|
|
|