ec/google/wilco/superio: Fix PS2K under Windows

PS2K device needs to be under PCI0, not LPCB, for Windows to
recognize it. Same change was made to ChromeEC previously.

Test: Boot Win11 on Drallion, verify built-in keyboard functional.

Change-Id: I12019592dfa1d869ba57c1ff6c25ac6bdeb7a300
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68463
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
Matt DeVillier 2022-05-23 17:12:28 -05:00 committed by Felix Held
parent e27e1c1c63
commit d7d551523d
1 changed files with 3 additions and 0 deletions

View File

@ -36,7 +36,10 @@ Device (SIO)
EndDependentFn ()
})
}
}
Scope (\_SB.PCI0)
{
Device (PS2K)
{
Name (_HID, EisaId ("PNP0303"))