Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62636 )
Change subject: mb/starlabs/labtop: Pull SSD Pin to low when entering S3 ......................................................................
mb/starlabs/labtop: Pull SSD Pin to low when entering S3
Pull GPP_D16 to low when suspending, otherwise it will remain active and use power.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I2cbe7caf66e8d8c27414aca3b74416c2b8115ea1 --- M src/mainboard/starlabs/labtop/acpi/sleep.asl 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/62636/1
diff --git a/src/mainboard/starlabs/labtop/acpi/sleep.asl b/src/mainboard/starlabs/labtop/acpi/sleep.asl index 7ed74e3..b83fb0b 100644 --- a/src/mainboard/starlabs/labtop/acpi/sleep.asl +++ b/src/mainboard/starlabs/labtop/acpi/sleep.asl @@ -3,6 +3,10 @@ Method (MPTS, 1, NotSerialized) { RPTS (Arg0) + +#if CONFIG(BOARD_STARLABS_STARBOOK_TGL) + CTXS (GPP_D16) +#endif }
Method (MWAK, 1, NotSerialized)