Skip to content

Commit

Permalink
x86: tangier: acpi: add I2C6 node
Browse files Browse the repository at this point in the history
Now that we have I2C#6 working, it's time to add a ACPI binding.

Signed-off-by: Georgii Staroselskii <georgii.staroselskii@emlid.com>
  • Loading branch information
staroselskii committed Aug 30, 2018
1 parent 67d720b commit 4ee1a06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,16 @@ Device (PCI0)
}
}

Device (I2C6)
{
Name (_ADR, 0x00090001)

Method (_STA, 0, NotSerialized)
{
Return (STA_VISIBLE)
}
}

Device (GPIO)
{
Name (_ADR, 0x000c0000)
Expand Down

0 comments on commit 4ee1a06

Please sign in to comment.