From 5216b72a9918a5f3bd774f161399d135ffafd517 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 24 Oct 2019 11:53:45 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/36293 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/ec/quanta/it8518/acpi/superio.asl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ec/quanta/it8518/acpi') diff --git a/src/ec/quanta/it8518/acpi/superio.asl b/src/ec/quanta/it8518/acpi/superio.asl index 4109cb5d55..8b93aa440e 100644 --- a/src/ec/quanta/it8518/acpi/superio.asl +++ b/src/ec/quanta/it8518/acpi/superio.asl @@ -19,7 +19,6 @@ Device (SIO) { Name (_HID, EisaId("PNP0A05")) Name (_UID, 0) - Name (_ADR, 0) #ifdef SIO_EC_ENABLE_PS2K Device (PS2K) // Keyboard -- cgit v1.2.3