summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts
diff options
context:
space:
mode:
authorFrank Wunderlich <frank-w@public-files.de>2022-08-21 14:19:29 +0200
committerHeiko Stuebner <heiko@sntech.de>2022-08-23 14:34:06 +0200
commit388f9f0a7ff84b7890a24499a3a1fea0cad21373 (patch)
tree560e49f12485a68b3123d78b4a57c6c02fce94b8 /arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts
parent4a00c43818dcc19be97250d4c3c4a1e2f1ed4f9d (diff)
arm64: dts: rockchip: 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> Link: https://lore.kernel.org/r/20220821121929.244112-1-linux@fw-web.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts2
1 files changed, 1 insertions, 1 deletions
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 5e34bd0b214d..93d383b8be87 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_xhci {
- extcon = <&usb2phy0>;
+ dr_mode = "host";
status = "okay";
};