瀏覽代碼

x86: tangier: acpi: add I2C6 node

Now that we have I2C#6 working, it's time to add a corresponsing
ACPI binding.

Signed-off-by: Georgii Staroselskii <georgii.staroselskii@emlid.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Georgii Staroselskii 6 年之前
父節點
當前提交
f7ce2d6e65
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      arch/x86/include/asm/arch-tangier/acpi/southcluster.asl

+ 10 - 0
arch/x86/include/asm/arch-tangier/acpi/southcluster.asl

@@ -221,6 +221,16 @@ Device (PCI0)
         }
     }
 
+    Device (I2C6)
+    {
+        Name (_ADR, 0x00090001)
+
+        Method (_STA, 0, NotSerialized)
+        {
+            Return (STA_VISIBLE)
+        }
+    }
+
     Device (GPIO)
     {
         Name (_ADR, 0x000c0000)