s5pc110: SDHCI-s3c can override host capabilities
[pandora-kernel.git] / arch / arm / plat-samsung / dev-hsmmc1.c
index 1504fd8..a6c8295 100644 (file)
@@ -70,4 +70,6 @@ void s3c_sdhci1_set_platdata(struct s3c_sdhci_platdata *pd)
                set->cfg_gpio = pd->cfg_gpio;
        if (pd->cfg_card)
                set->cfg_card = pd->cfg_card;
+       if (pd->host_caps)
+               set->host_caps = pd->host_caps;
 }