summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwei4 <david.wei@intel.com>2018-02-14 11:25:09 +0800
committerzwei4 <david.wei@intel.com>2018-02-14 11:25:09 +0800
commit253951d0e1c0f92f4c3ebb588e04a493ad922095 (patch)
treec9260294b070650253100a075683aca8b028d50f
parenta123644d1b1eb4068bc8bb41360ab04515e8a760 (diff)
downloadedk2-platforms-253951d0e1c0f92f4c3ebb588e04a493ad922095.tar.xz
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 <david.wei@intel.com>
-rw-r--r--Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/SueCreek/SueCreekLeds.asl2
1 files changed, 2 insertions, 0 deletions
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 (