diff options
author | Tom Rini <trini@konsulko.com> | 2017-12-21 09:54:10 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-21 09:54:10 -0500 |
commit | 48a346061d1f0a7eff566f6a7cc7eeeba7efb1e2 (patch) | |
tree | d88caba2674fc191082eb4f6c2b1b6884134dee0 | |
parent | b55c89ce0207d3a504238c1b8f268c56035656a3 (diff) | |
parent | 1602d215b595b9cf4be460101f5c8892623fe3a0 (diff) |
Merge git://git.denx.de/u-boot-x86
-rw-r--r-- | arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl index e80ec0a9be5..288b57cb808 100644 --- a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl +++ b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl @@ -264,7 +264,7 @@ Device (PCI0) Device (FLIS) { - Name (_HID, "PRP0001") + Name (_HID, "INTC1002") Name (_DDN, "Intel Merrifield Family-Level Interface Shim") Name (RBUF, ResourceTemplate() { @@ -284,13 +284,6 @@ Device (FLIS) Return (RBUF) } - Name (_DSD, Package () { - ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"), - Package () { - Package () {"compatible", "intel,merrifield-pinctrl"}, - } - }) - Method (_STA, 0, NotSerialized) { Return (STA_VISIBLE) |