]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mmc: sdhci-acpi: Add a HID and UID for a SD Card host controller
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 24 Sep 2014 07:27:29 +0000 (10:27 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 3 Oct 2014 12:18:18 +0000 (14:18 +0200)
Add a HID (INT33BB) and UID (3) for a SD Card host controller.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-acpi.c

index 6b2468b3ab0770039f380206bb50989f78ede49a..e9a2c6f2a2e396e96250bbf15b9c4fd26348d2b6 100644 (file)
@@ -207,6 +207,7 @@ static const struct sdhci_acpi_uid_slot sdhci_acpi_uids[] = {
        { "80860F14" , "3" , &sdhci_acpi_slot_int_sd   },
        { "80860F16" , NULL, &sdhci_acpi_slot_int_sd   },
        { "INT33BB"  , "2" , &sdhci_acpi_slot_int_sdio },
+       { "INT33BB"  , "3" , &sdhci_acpi_slot_int_sd },
        { "INT33C6"  , NULL, &sdhci_acpi_slot_int_sdio },
        { "INT3436"  , NULL, &sdhci_acpi_slot_int_sdio },
        { "PNP0D40"  },