summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/arch-tangier
diff options
context:
space:
mode:
authorGeorgii Staroselskii <georgii.staroselskii@emlid.com>2018-09-11 13:31:09 +0300
committerBin Meng <bmeng.cn@gmail.com>2018-09-17 17:35:53 +0800
commitf7ce2d6e65e6319e780a65244b881ec7f7f4c6c1 (patch)
treed4f0e1022d26a9bea464bfe8ecd737ee606f3c73 /arch/x86/include/asm/arch-tangier
parentf26b260c69f1d92940f82b3d6674a7b70a967dfc (diff)
downloadu-boot-f7ce2d6e65e6319e780a65244b881ec7f7f4c6c1.tar.gz
u-boot-f7ce2d6e65e6319e780a65244b881ec7f7f4c6c1.tar.xz
u-boot-f7ce2d6e65e6319e780a65244b881ec7f7f4c6c1.zip
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>
Diffstat (limited to 'arch/x86/include/asm/arch-tangier')
-rw-r--r--arch/x86/include/asm/arch-tangier/acpi/southcluster.asl10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
index 3c35089665..48193ba957 100644
--- a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
+++ b/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)