From 253951d0e1c0f92f4c3ebb588e04a493ad922095 Mon Sep 17 00:00:00 2001 From: zwei4 Date: Wed, 14 Feb 2018 11:25:09 +0800 Subject: Add UID for SueCreek LEDs. The _UID must be unique across all devices with a common _HID. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: zwei4 --- .../Common/Acpi/AcpiTablesPCAT/PlatformSsdt/SueCreek/SueCreekLeds.asl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/SueCreek/SueCreekLeds.asl b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/SueCreek/SueCreekLeds.asl index 2fcc45742c..2f00f67958 100644 --- a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/SueCreek/SueCreekLeds.asl +++ b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/SueCreek/SueCreekLeds.asl @@ -15,6 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Scope(\_SB.PCI0.I2C5) { Device (LED0) { Name (_HID, "PCA9956") + Name (_UID, 0) Name (_DDN, "SueCreekLed, CS0") Name (SBUF, ResourceTemplate () { I2cSerialBus ( @@ -42,6 +43,7 @@ Scope(\_SB.PCI0.I2C5) { } Device (LED1) { Name (_HID, "PCA9956") + Name (_UID, 1) Name (_DDN, "SueCreekLed, CS0") Name (SBUF, ResourceTemplate () { I2cSerialBus ( -- cgit v1.2.3