Ivy Jian has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/87053?usp=email )
Change subject: mb/google/nissa/var/dirks: Disable D3COLD_SUPPORT ......................................................................
mb/google/nissa/var/dirks: Disable D3COLD_SUPPORT
In dirks, we re-purpose a TCSS USB port into a Type-A port. In this case, D3COLD in tcss_xhci is not supported, so we override dirks settings. This is a W/A until we root cause why PMC is unable to handle PM for this migrated port.
BUG=b:400809281 TEST= Confirm that when connecting only the Type-A0 port, it can recognize USB3 speed.
Change-Id: I35ae587e02d794352ffc9d18a4c18868d23366f3 Signed-off-by: Ivy Jian ivy.jian@quanta.corp-partner.google.com --- M src/mainboard/google/brya/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/87053/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 9808a32..f7f8bf9 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -1178,4 +1178,8 @@
If unsure, leave this option disabled.
+config D3COLD_SUPPORT + bool + default n if BOARD_GOOGLE_DIRKS + endif # BOARD_GOOGLE_BRYA_COMMON