Skip to content

Commit 268a9f1

Browse files
Shuo LiuNanlinXie
authored andcommitted
[REVERTME] dm: script: disable xHCI runtime PM to WA USB role switch hang issue
When do USB role switch between host and device mode, we hit hang issue. It might be caused by accessing suspended xHCI during that. This issue need to be root caused later in xHCI driver. This is a workaround solution, which will be reverted when got a fix. Tracked-On: #1516 Signed-off-by: Shuo Liu <shuo.a.liu@intel.com> Reviewed-by: Binbin Wu <binbin.wu@intel.com> Reviewed-by: Yu Wang <yu1.wang@intel.com>
1 parent ffcf629 commit 268a9f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devicemodel/samples/apl-mrb/launch_uos.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ else
226226
npk_virt=""
227227
fi
228228

229+
# WA for USB role switch hang issue, disable runtime PM of xHCI device
230+
echo on > /sys/devices/pci0000:00/0000:00:15.0/power/control
231+
229232
boot_ipu_option=""
230233
if [ $ipu_passthrough == 1 ];then
231234
# for ipu passthrough - ipu device 0:3.0

0 commit comments

Comments
 (0)