mb/system76/rpl: Use S3 instead of S0ix

Change-Id: Ib161c3eb6cf5af815e2ab53f38b5f7786b2e1949
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-02-09 08:43:53 -07:00
committed by Jeremy Soller
parent c23b008e1b
commit 4a9e7c2bd0
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,7 @@ config BOARD_SYSTEM76_RPL_COMMON
select DRIVERS_INTEL_USB4_RETIMER
select EC_SYSTEM76_EC
select HAVE_ACPI_TABLES
select HAVE_ACPI_RESUME
select HAVE_CMOS_DEFAULT
select HAVE_OPTION_TABLE
select INTEL_GMA_HAVE_VBT
@ -13,6 +14,7 @@ config BOARD_SYSTEM76_RPL_COMMON
select MAINBOARD_HAS_TPM2
select MEMORY_MAPPED_TPM
select NO_UART_ON_SUPERIO
select SOC_INTEL_ALDERLAKE_S3
select SOC_INTEL_COMMON_BLOCK_HDA_VERB
select SOC_INTEL_COMMON_BLOCK_TCSS
select SOC_INTEL_COMMON_BLOCK_USB4

View File

@ -11,8 +11,6 @@ chip soc/intel/alderlake
# Enable Enhanced Intel SpeedStep
register "eist_enable" = "1"
register "s0ix_enable" = "1"
# Enable C6 DRAM
register "enable_c6dram" = "1"