Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/87166?usp=email )
Change subject: mb/starlabs/starbook/tgl: Remove SSD GPIO quirk ......................................................................
mb/starlabs/starbook/tgl: Remove SSD GPIO quirk
This quirk was added to turn of the SSD in S3. This is now handled by the RTD3 driver, so it can be removed.
Change-Id: Iaf6364a0957f95411c11e31c8317e1c4ec5c769f Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/87166 Reviewed-by: Matt DeVillier matt.devillier@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/starlabs/starbook/acpi/sleep.asl 1 file changed, 0 insertions(+), 6 deletions(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved
diff --git a/src/mainboard/starlabs/starbook/acpi/sleep.asl b/src/mainboard/starlabs/starbook/acpi/sleep.asl index 78a2d29..7ed74e3 100644 --- a/src/mainboard/starlabs/starbook/acpi/sleep.asl +++ b/src/mainboard/starlabs/starbook/acpi/sleep.asl @@ -2,12 +2,6 @@
Method (MPTS, 1, NotSerialized) { -#if CONFIG(BOARD_STARLABS_STARBOOK_TGL) - If (Arg0 == 0x03) { - _SB.PCI0.CTXS (GPP_D16) - } -#endif - RPTS (Arg0) }