Kane Chen has uploaded a new patch set (#2). ( https://review.coreboot.org/28074 )
Change subject: soc/intel/skylake: Disable usb2 phy power gating. ......................................................................
soc/intel/skylake: Disable usb2 phy power gating.
Currently, we found the usb2 phy registers value are restored to soc default after xhci PS3, PS0 are executed. This will cause some usb 2.0 devices not detected after xhci resumes from D3.
Before root cause, this patch temporarily disables the usb2 phy power gating in xhci PS0 PS3 so that usb2phy registers won't be restored to soc default.
BUG=b:110175562 TEST=check usb2 phy registers are not restore to soc default.
Change-Id: I3e4846aa9500930da964c2b10473dc98f021da8d Signed-off-by: Kane Chen kane.chen@intel.com --- M src/soc/intel/skylake/acpi/xhci.asl 1 file changed, 0 insertions(+), 38 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/28074/2