ec/{compal,google,quanta}: Drop wrong _ADR objects
ACPI Version 6.3 Section 6.1: "A device object must contain either an _HID object or an _ADR object, but should not contain both." Change-Id: If3ee38f3eaa8e6d1c1b0393d0ba289f708e0ae5e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36293 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
faaea99859
commit
5216b72a99
|
@ -18,7 +18,6 @@
|
|||
Device (SIO) {
|
||||
Name (_HID, EisaId("PNP0A05"))
|
||||
Name (_UID, 0)
|
||||
Name (_ADR, 0)
|
||||
|
||||
// Keyboard or AUX port (a.k.a Mouse)
|
||||
#ifdef SIO_EC_ENABLE_PS2K
|
||||
|
|
|
@ -19,7 +19,6 @@ Device (UCSI)
|
|||
Name (_CID, EisaId ("PNP0CA0"))
|
||||
Name (_DDN, "Wilco EC UCSI")
|
||||
Name (_UID, One)
|
||||
Name (_ADR, Zero)
|
||||
Name (_STA, 0xf)
|
||||
|
||||
/* Value written to EC control register to start UCSI command */
|
||||
|
|
|
@ -19,7 +19,6 @@ Device (SIO)
|
|||
{
|
||||
Name (_HID, EisaId("PNP0A05"))
|
||||
Name (_UID, 0)
|
||||
Name (_ADR, 0)
|
||||
|
||||
#ifdef SIO_EC_ENABLE_PS2K
|
||||
Device (PS2K) // Keyboard
|
||||
|
|
Loading…
Reference in New Issue