mb/google/{butterfly,link,parrot}: 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." Found-by: ACPICA 20191018 Change-Id: I8bcdfa7a4dc33c3e3866d3135249a602379b9615 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36265 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
fe3a19d3f3
commit
e4b9a1e156
|
@ -29,7 +29,6 @@ Scope (\_SB) {
|
||||||
|
|
||||||
Device (TPAD)
|
Device (TPAD)
|
||||||
{
|
{
|
||||||
Name (_ADR, 0x0)
|
|
||||||
Name (_UID, 1)
|
Name (_UID, 1)
|
||||||
|
|
||||||
// Report as a Sleep Button device so Linux will
|
// Report as a Sleep Button device so Linux will
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
Scope (\_SB) {
|
Scope (\_SB) {
|
||||||
Device (TPAD)
|
Device (TPAD)
|
||||||
{
|
{
|
||||||
Name (_ADR, 0x0)
|
|
||||||
Name (_UID, 1)
|
Name (_UID, 1)
|
||||||
|
|
||||||
// Report as a Sleep Button device so Linux will
|
// Report as a Sleep Button device so Linux will
|
||||||
|
|
|
@ -43,7 +43,6 @@ Scope (\_SB) {
|
||||||
|
|
||||||
Device (TPAD)
|
Device (TPAD)
|
||||||
{
|
{
|
||||||
Name (_ADR, 0x0)
|
|
||||||
Name (_UID, 1)
|
Name (_UID, 1)
|
||||||
|
|
||||||
// Report as a Sleep Button device so Linux will
|
// Report as a Sleep Button device so Linux will
|
||||||
|
|
Loading…
Reference in New Issue