mb/google/octopus/variants/phaser: Disable xHCI compliance mode

Since the first LFPS timeout causes xHCI to enter compliance
mode, the SS hub cannot be enumerated. The resolution is to
disable xHCI compliance mode.

BRANCH=octopus
BUG=b:149723583
TEST=Verified USB operation successfully.

Signed-off-by: tong.lin <tong.lin@bitland.corp-partner.google.com>
Change-Id: I3e6ab6ec0c4865cf2467da900f13d18468ff356f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39968
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Marco Chen <marcochen@google.com>
This commit is contained in:
Tommie 2020-03-31 16:24:35 +08:00 committed by Furquan Shaikh
parent 16f6aa81b6
commit 1b7fc32a54

View file

@ -173,4 +173,7 @@ chip soc/intel/apollolake
end end
end # - I2C 7 end # - I2C 7
end end
# Disable xHCI compliance mode
register "DisableComplianceMode" = "1"
end end