diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-24 11:55:37 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-25 10:07:02 +0000 |
commit | 4d99cdeaf90561413e37d6b7efc3ce75321f31fc (patch) | |
tree | 82df3b6cd78dd79559451721e2d04055a933bb90 /src/mainboard/google/cyan/acpi | |
parent | 5216b72a9918a5f3bd774f161399d135ffafd517 (diff) | |
download | coreboot-4d99cdeaf90561413e37d6b7efc3ce75321f31fc.tar.xz |
src/mainboard: 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: I50cafce0aaf465ee95562ccff6c8f63fb22096c0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36294
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/cyan/acpi')
-rw-r--r-- | src/mainboard/google/cyan/acpi/codec_maxim.asl | 2 | ||||
-rw-r--r-- | src/mainboard/google/cyan/acpi/codec_realtek.asl | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/cyan/acpi/codec_maxim.asl b/src/mainboard/google/cyan/acpi/codec_maxim.asl index b412551a4a..b3eb25aeb0 100644 --- a/src/mainboard/google/cyan/acpi/codec_maxim.asl +++ b/src/mainboard/google/cyan/acpi/codec_maxim.asl @@ -20,7 +20,6 @@ Scope (\_SB.PCI0.I2C2) /* Maxim Audio Codec */ Device (MAXM) /* Audio Codec driver I2C */ { - Name (_ADR, 0) Name (_HID, AUDIO_CODEC_HID) Name (_CID, AUDIO_CODEC_CID) Name (_DDN, AUDIO_CODEC_DDN) @@ -64,7 +63,6 @@ Scope (\_SB.PCI0.I2C2) } Device (TISW) /* TI Switch driver I2C */ { - Name (_ADR, 0) Name (_HID, TI_SWITCH_HID) Name (_CID, TI_SWITCH_CID) Name (_DDN, TI_SWITCH_DDN) diff --git a/src/mainboard/google/cyan/acpi/codec_realtek.asl b/src/mainboard/google/cyan/acpi/codec_realtek.asl index d697aace3e..0d188701e7 100644 --- a/src/mainboard/google/cyan/acpi/codec_realtek.asl +++ b/src/mainboard/google/cyan/acpi/codec_realtek.asl @@ -20,7 +20,6 @@ Scope (\_SB.PCI0.I2C5) /* Realtek Audio Codec */ Device (RTEK) /* Audio Codec driver I2C */ { - Name (_ADR, 0) Name (_HID, AUDIO_CODEC_HID) Name (_CID, AUDIO_CODEC_CID) Name (_DDN, AUDIO_CODEC_DDN) |