]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerLuis Henriques <luis.henriques@canonical.com>
Mon, 16 Feb 2015 11:06:23 +0000 (11:06 +0000)
commit 7147eaf3a4fe7e7dbb6e1f89e328ea0507e0c32c upstream.

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>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
drivers/mmc/host/sdhci-acpi.c

index c19ebe12b8c78d0630120f92e674ee92deccf34c..0ad3171e7dd05272fc1dd8b418ace0749d4f6c6e 100644 (file)
@@ -155,6 +155,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 },
        { "INT344D"  , NULL, &sdhci_acpi_slot_int_sdio },