mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
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>
This commit is contained in:
parent
f26b260c69
commit
f7ce2d6e65
1 changed files with 10 additions and 0 deletions
|
@ -221,6 +221,16 @@ Device (PCI0)
|
|||
}
|
||||
}
|
||||
|
||||
Device (I2C6)
|
||||
{
|
||||
Name (_ADR, 0x00090001)
|
||||
|
||||
Method (_STA, 0, NotSerialized)
|
||||
{
|
||||
Return (STA_VISIBLE)
|
||||
}
|
||||
}
|
||||
|
||||
Device (GPIO)
|
||||
{
|
||||
Name (_ADR, 0x000c0000)
|
||||
|
|
Loading…
Add table
Reference in a new issue