armbian-build/patch/kernel/archive/rockchip64-6.17/rk3399-fix-usb-phy.patch
Paolo 35629f641e
Bump rockchip64-edge kernel to 6.17 (#8703)
* bump rockchip64 edge kernel to 6.17

* update rockchip64 edge kernel config to 6.17

* Fixes for wireless drivers for rockchip64-edge 6.17

Patches for:
* uwe5622
* rtl8723ds
* rtl8852bs

* update rtl8852bs and rtl8723ds repository commit hashes
2025-10-03 18:36:42 +02:00

27 lines
856 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Paolo Sabatino <paolo.sabatino@gmail.com>
Date: Mon, 4 Sep 2023 14:55:50 +0200
Subject: increase timeout for usb3 type C phy init
rockchip64: increase timeout for usb3 type C phy init
---
drivers/phy/rockchip/phy-rockchip-typec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/phy/rockchip/phy-rockchip-typec.c b/drivers/phy/rockchip/phy-rockchip-typec.c
index 111111111111..222222222222 100644
--- a/drivers/phy/rockchip/phy-rockchip-typec.c
+++ b/drivers/phy/rockchip/phy-rockchip-typec.c
@@ -903,7 +903,7 @@ static int rockchip_usb3_phy_power_on(struct phy *phy)
tcphy_cfg_usb3_to_usb2_only(tcphy, false);
goto unlock_ret;
}
- usleep_range(10, 20);
+ usleep_range(100, 200);
}
if (tcphy->mode == MODE_DISCONNECT)
--
Armbian