[PATCH V3 2/4] i2c: busses: xgene: add acpi support for i2c xgene SLIMpro driver

Arnd Bergmann arnd at arndb.de
Fri Apr 24 00:28:40 PDT 2015


On Thursday 23 April 2015 11:07:08 Feng Kan wrote:
> 
> +#ifdef CONFIG_ACPI
> +static const struct acpi_device_id xgene_slimpro_i2c_acpi_ids[] = {
> +       {"PRP0001", 0},
> +       {}
> +};
> +MODULE_DEVICE_TABLE(acpi, slimpro_acpi_ids);
> +#endif
> 

Sorry, but this is wrong: The PRP0001 name is meant for embedded
devices that just use the generic properties API for loading, and
does not require specifying an ACPI device ID.

	Arnd



More information about the linux-arm-kernel mailing list