diff options
author | Matt Delco <delco@chromium.org> | 2018-07-23 10:09:11 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-08-13 12:23:51 +0000 |
commit | 9fb8e22ffa30b88c440536a6bb3caf83d2a1c6d4 (patch) | |
tree | dd36ca7973217ab3187f962d89f4c693685a19b5 /src/soc/intel | |
parent | d7d376b726bb6792876440b3089bd4ba5ba91d0e (diff) |
soc/intel/skylake: use unique _uid
There's two cases of 1 being used. This changes the
eighth instance to use 8.
Change-Id: I7057a4345dadcc6f8fb43093844d27007444f481
Signed-off-by: Matt Delco <delco@chromium.org>
Reviewed-on: https://review.coreboot.org/27603
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/skylake/acpi/irqlinks.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/acpi/irqlinks.asl b/src/soc/intel/skylake/acpi/irqlinks.asl index 6a85a74be7..1dd50ba2f7 100644 --- a/src/soc/intel/skylake/acpi/irqlinks.asl +++ b/src/soc/intel/skylake/acpi/irqlinks.asl @@ -389,7 +389,7 @@ Device (LNKG) Device (LNKH) { Name (_HID, EISAID ("PNP0C0F")) - Name (_UID, 1) + Name (_UID, 8) Name (_PRS, ResourceTemplate () { |