[U-Boot] [PATCH 4/4] x86: tangier: acpi: add I2C6 node

Andy Shevchenko andy.shevchenko at gmail.com
Mon Sep 3 18:23:16 UTC 2018


On Mon, Sep 3, 2018 at 7:38 PM Georgii Staroselskii
<georgii.staroselskii at emlid.com> wrote:
>
> Now that we have I2C#6 working, it's time to add a corresponsing
> ACPI binding.
>

Reviewed-by: Andy Shevchenko <andy.shevchenko at gmail.com>


> Signed-off-by: Georgii Staroselskii <georgii.staroselskii at emlid.com>
> ---
>  arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
> index b200e9f..7cdc4b2 100644
> --- a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
> +++ b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
> @@ -231,6 +231,16 @@ Device (PCI0)
>          }
>      }
>
> +    Device (I2C6)
> +    {
> +        Name (_ADR, 0x00090001)
> +
> +        Method (_STA, 0, NotSerialized)
> +        {
> +            Return (STA_VISIBLE)
> +        }
> +    }
> +
>      Device (GPIO)
>      {
>          Name (_ADR, 0x000c0000)
> --
> 2.7.4
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot



-- 
With Best Regards,
Andy Shevchenko


More information about the U-Boot mailing list