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:
Elyes HAOUAS 2019-10-24 11:53:45 +02:00 committed by Patrick Georgi
parent faaea99859
commit 5216b72a99
3 changed files with 0 additions and 3 deletions

View File

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

View File

@ -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 */

View File

@ -19,7 +19,6 @@ Device (SIO)
{
Name (_HID, EisaId("PNP0A05"))
Name (_UID, 0)
Name (_ADR, 0)
#ifdef SIO_EC_ENABLE_PS2K
Device (PS2K) // Keyboard