On Monday 10 November 2014 19:46:57 al.stone@linaro.org wrote:
return rc;
} +#ifdef CONFIG_ACPI +static const struct acpi_device_id xgene_ahci_acpi_match[] = {
{ "APMC0D00", },
{ "APMC0D0D", },
{ "APMC0D09", },
{ }
+}; +MODULE_DEVICE_TABLE(acpi, xgene_ahci_acpi_match); +#endif
static const struct of_device_id xgene_ahci_of_match[] = { {.compatible = "apm,xgene-ahci"}, {},
I don't think we should do this, since even level 0 of SBSA doesn't allow random SATA controllers, but requires AHCI-1.3 or later.
Arnd