https://bugzilla.kernel.org/show_bug.cgi?id=209555 Minas Harutyunyan (Minas.Harutyunyan@xxxxxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Minas.Harutyunyan@synopsys. | |com --- Comment #2 from Minas Harutyunyan (Minas.Harutyunyan@xxxxxxxxxxxx) --- Hi Tomasz, Could you please disable power optimization by follow workaround and test again: file: params.c static void dwc2_set_param_power_down(struct dwc2_hsotg *hsotg) { int val; if (hsotg->hw_params.hibernation) val = DWC2_POWER_DOWN_PARAM_HIBERNATION; else if (hsotg->hw_params.power_optimized) val = DWC2_POWER_DOWN_PARAM_PARTIAL; else val = DWC2_POWER_DOWN_PARAM_NONE; hsotg->params.power_down = 0; //val; WA } -- You are receiving this mail because: You are watching the assignee of the bug.