Revert "soc/intel/alderlake: Remove some ACPI device names"
This reverts commit 884467a2b5
.
Without these names, Windows fails with INTERNAL_POWER_ERROR (0xA0)
bugcheck with paramter 0x680. Linux reports errors for the devices, but
continues to work.
Change-Id: I5ced77f23929c39cc50276b17ac4b469c93fc250
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
6d5521c76e
commit
0f777cf9ae
@@ -149,6 +149,9 @@ const char *soc_acpi_name(const struct device *dev)
|
||||
case PCH_DEVFN_HDA: return "HDAS";
|
||||
case PCH_DEVFN_SMBUS: return "SBUS";
|
||||
case PCH_DEVFN_GBE: return "GLAN";
|
||||
case PCH_DEVFN_SRAM: return "SRAM";
|
||||
case PCH_DEVFN_SPI: return "FSPI";
|
||||
case PCH_DEVFN_CSE: return "HEC1";
|
||||
#if CONFIG(SOC_INTEL_ALDERLAKE_PCH_N)
|
||||
case PCH_DEVFN_EMMC: return "EMMC";
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user