Skip to content

Commit 8481366

Browse files
committed
mb/system76/adl-p: Disable SATA DevSlp
After changing EC detection of S0ix from CPU_C10_GATE# to SLP_S0#, DevSlp blocks suspend entry. Disable it for now. Change-Id: If1e1be78e36edaae74755686ec58772b122c41d1 Signed-off-by: Tim Crawford <tcrawford@system76.com>
1 parent 923476d commit 8481366

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/mainboard/system76/adl-p/devicetree.cb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ chip soc/intel/alderlake
7373
device ref sata on
7474
register "sata_salp_support" = "1"
7575
register "sata_ports_enable[1]" = "1" # SSD1
76-
register "sata_ports_dev_slp[1]" = "1" # GPP_H12 (SATA1_DEVSLP1)
76+
# FIXME: DevSlp breaks S0ix
77+
#register "sata_ports_dev_slp[1]" = "1" # GPP_H12 (SATA1_DEVSLP1)
7778
end
7879
device ref pch_espi on
7980
register "gen1_dec" = "0x00040069" # EC PM channel

0 commit comments

Comments
 (0)