ARM: SAMSUNG: support the second capability for samsung-soc
[deliverable/linux.git] / arch / arm / plat-samsung / platformdata.c
index 0f707184eae0b0d07cb7cecc2e3d5464182ee4ce..fa78aa710ed1dc0592dc47effd416bc95fd6a1d8 100644 (file)
@@ -53,6 +53,8 @@ void s3c_sdhci_set_platdata(struct s3c_sdhci_platdata *pd,
                set->cfg_gpio = pd->cfg_gpio;
        if (pd->host_caps)
                set->host_caps |= pd->host_caps;
+       if (pd->host_caps2)
+               set->host_caps2 |= pd->host_caps2;
        if (pd->pm_caps)
                set->pm_caps |= pd->pm_caps;
        if (pd->clk_type)
This page took 0.024812 seconds and 5 git commands to generate.