Skip to content

Commit

Permalink
mb/system76/adl-p: Disable SATA DevSlp
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
crawfxrd committed Nov 14, 2022
1 parent 923476d commit 8481366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mainboard/system76/adl-p/devicetree.cb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ chip soc/intel/alderlake
device ref sata on
register "sata_salp_support" = "1"
register "sata_ports_enable[1]" = "1" # SSD1
register "sata_ports_dev_slp[1]" = "1" # GPP_H12 (SATA1_DEVSLP1)
# FIXME: DevSlp breaks S0ix
#register "sata_ports_dev_slp[1]" = "1" # GPP_H12 (SATA1_DEVSLP1)
end
device ref pch_espi on
register "gen1_dec" = "0x00040069" # EC PM channel
Expand Down

0 comments on commit 8481366

Please sign in to comment.