oryp10: Disable LTR on SD card to fix suspend when AC is plugged in

Change-Id: I3e509d1db8ca429ffefcb40d9dfbb73c4435535e
This commit is contained in:
Jeremy Soller
2022-09-26 07:53:13 -06:00
parent c3a2caad9e
commit 1d1faabe66

View File

@@ -178,7 +178,7 @@ chip soc/intel/alderlake
register "pch_pcie_rp[PCH_RP(6)]" = "{
.clk_src = 6,
.clk_req = 6,
.flags = PCIE_RP_HOTPLUG | PCIE_RP_LTR | PCIE_RP_AER,
.flags = PCIE_RP_HOTPLUG | PCIE_RP_AER,
}"
chip soc/intel/common/block/pcie/rtd3
# XXX: Enable connected directly to 3.3VS?