瀏覽代碼

Merge git://git.denx.de/u-boot-x86

Tom Rini 7 年之前
父節點
當前提交
48a346061d
共有 1 個文件被更改,包括 1 次插入8 次删除
  1. 1 8
      arch/x86/include/asm/arch-tangier/acpi/southcluster.asl

+ 1 - 8
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)