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:
parent
64931a3d65
commit
a0562266e4
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue