Re: [PATCH v1 1/2] mfd: lpss: Add Broxton ACPI IDs

From: Lee Jones
Date: Wed Oct 21 2015 - 07:40:23 EST


On Wed, 21 Oct 2015, Andy Shevchenko wrote:

> From: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>
>
> Intel Broxton has the same LPSS block than Intel Sunrisepoint so add
> Broxton ACPI IDs to the list.
>
> Signed-off-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
> drivers/mfd/intel-lpss-acpi.c | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)

Applied, thanks.

> diff --git a/drivers/mfd/intel-lpss-acpi.c b/drivers/mfd/intel-lpss-acpi.c
> index 0d92d73..b6fd904 100644
> --- a/drivers/mfd/intel-lpss-acpi.c
> +++ b/drivers/mfd/intel-lpss-acpi.c
> @@ -25,10 +25,26 @@ static const struct intel_lpss_platform_info spt_info = {
> .clk_rate = 120000000,
> };
>
> +static const struct intel_lpss_platform_info bxt_info = {
> + .clk_rate = 100000000,
> +};
> +
> +static const struct intel_lpss_platform_info bxt_i2c_info = {
> + .clk_rate = 133000000,
> +};
> +
> static const struct acpi_device_id intel_lpss_acpi_ids[] = {
> /* SPT */
> { "INT3446", (kernel_ulong_t)&spt_info },
> { "INT3447", (kernel_ulong_t)&spt_info },
> + /* BXT */
> + { "80860AAC", (kernel_ulong_t)&bxt_i2c_info },
> + { "80860ABC", (kernel_ulong_t)&bxt_info },
> + { "80860AC2", (kernel_ulong_t)&bxt_info },
> + /* APL */
> + { "80865AAC", (kernel_ulong_t)&bxt_i2c_info },
> + { "80865ABC", (kernel_ulong_t)&bxt_info },
> + { "80865AC2", (kernel_ulong_t)&bxt_info },
> { }
> };
> MODULE_DEVICE_TABLE(acpi, intel_lpss_acpi_ids);

--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org â Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/