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>
This commit is contained in:
Sean Rhodes 2025-04-04 12:11:06 +01:00
commit a0562266e4

View file

@ -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)
}