aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-25 10:53:20 +0200
committerMartin Roth <martinroth@google.com>2019-11-29 19:23:05 +0000
commit01787608670adec26fcea48173e18395e51c790e (patch)
tree6a60df15f88244034578f80e92aa32725539fd53 /src/southbridge/intel/lynxpoint
parent179da7fb5cff3c9034dc3203086c84342560c600 (diff)
{northbridge,soc,southbridge}: Don't use both of _ADR and _HID
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: Ifb777c09aeef09a6a4cbee254b081519f5b6c457 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36318 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge/intel/lynxpoint')
-rw-r--r--src/southbridge/intel/lynxpoint/acpi/serialio.asl9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/southbridge/intel/lynxpoint/acpi/serialio.asl b/src/southbridge/intel/lynxpoint/acpi/serialio.asl
index 9323b91cac..0eebe32dd6 100644
--- a/src/southbridge/intel/lynxpoint/acpi/serialio.asl
+++ b/src/southbridge/intel/lynxpoint/acpi/serialio.asl
@@ -123,7 +123,7 @@ Device (SIOR)
Device (SDMA)
{
// Serial IO DMA Controller
- Name (_HID, "INTL9C60")
+ /* Name (_HID, "INTL9C60") */
Name (_UID, 1)
Name (_ADR, 0x00150000)
@@ -163,7 +163,6 @@ Device (I2C0)
Name (_HID, "INT33C2")
Name (_CID, "INT33C2")
Name (_UID, 1)
- Name (_ADR, 0x00150001)
Name (SSCN, Package () { 432, 507, 30 })
Name (FMCN, Package () { 72, 160, 30 })
@@ -245,7 +244,6 @@ Device (I2C1)
Name (_HID, "INT33C3")
Name (_CID, "INT33C3")
Name (_UID, 1)
- Name (_ADR, 0x00150002)
Name (SSCN, Package () { 432, 507, 30 })
Name (FMCN, Package () { 72, 160, 30 })
@@ -327,7 +325,6 @@ Device (SPI0)
Name (_HID, "INT33C0")
Name (_CID, "INT33C0")
Name (_UID, 1)
- Name (_ADR, 0x00150003)
// BAR0 is assigned during PCI enumeration and saved into NVS
Name (RBUF, ResourceTemplate ()
@@ -365,7 +362,6 @@ Device (SPI1)
Name (_HID, "INT33C1")
Name (_CID, "INT33C1")
Name (_UID, 1)
- Name (_ADR, 0x00150004)
// BAR0 is assigned during PCI enumeration and saved into NVS
Name (RBUF, ResourceTemplate ()
@@ -416,7 +412,6 @@ Device (UAR0)
Name (_HID, "INT33C4")
Name (_CID, "INT33C4")
Name (_UID, 1)
- Name (_ADR, 0x00150005)
// BAR0 is assigned during PCI enumeration and saved into NVS
Name (RBUF, ResourceTemplate ()
@@ -467,7 +462,6 @@ Device (UAR1)
Name (_HID, "INT33C5")
Name (_CID, "INT33C5")
Name (_UID, 1)
- Name (_ADR, 0x00150006)
// BAR0 is assigned during PCI enumeration and saved into NVS
Name (RBUF, ResourceTemplate ()
@@ -505,7 +499,6 @@ Device (SDIO)
Name (_HID, "INT33C6")
Name (_CID, "PNP0D40")
Name (_UID, 1)
- Name (_ADR, 0x00170000)
// BAR0 is assigned during PCI enumeration and saved into NVS
Name (RBUF, ResourceTemplate ()