[PATCH 2/8] platform/x86/intel/pmc/lnl.c: Remove probe time LTR ignore

From: David E. Box
Date: Fri Dec 22 2023 - 22:26:09 EST


Remove the probe time LTR ignore for Lunar Lake.

Fixes: 119652b855e6 ("platform/x86/intel/pmc: Add Lunar Lake M support to intel_pmc_core driver")
Signed-off-by: David E. Box <david.e.box@xxxxxxxxxxxxxxx>
---
drivers/platform/x86/intel/pmc/lnl.c | 6 ------
1 file changed, 6 deletions(-)

diff --git a/drivers/platform/x86/intel/pmc/lnl.c b/drivers/platform/x86/intel/pmc/lnl.c
index 88b35931f5df..fe97ad09a1a6 100644
--- a/drivers/platform/x86/intel/pmc/lnl.c
+++ b/drivers/platform/x86/intel/pmc/lnl.c
@@ -536,12 +536,6 @@ int lnl_core_init(struct pmc_dev *pmcdev)

pmc_core_get_low_power_modes(pmcdev);

- /* Due to a hardware limitation, the GBE LTR blocks PC10
- * when a cable is attached. Tell the PMC to ignore it.
- */
- dev_dbg(&pmcdev->pdev->dev, "ignoring GBE LTR\n");
- pmc_core_send_ltr_ignore(pmcdev, 3);
-
if (ssram_init) {
ret = pmc_core_ssram_get_lpm_reqs(pmcdev);
if (ret)
--
2.34.1