summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorKevin Liu <kliu5@marvell.com>2012-10-17 11:04:48 (GMT)
committerChris Ball <cjb@laptop.org>2012-12-06 18:54:51 (GMT)
commit7c52d7bb87955095f23f96c717e787af4eea4195 (patch)
treef1ad8a3c603a8ec42aa5c18414bc72a56983cb51 /drivers
parentcec2e216f72c6b5ccdadb60aadbe99821d744503 (diff)
downloadlinux-fsl-qoriq-7c52d7bb87955095f23f96c717e787af4eea4195.tar.xz
mmc: sdhci-pxav3: add quirks2
Acked-by: Zhangfei Gao <zhangfei.gao@marvell.com> Signed-off-by: Kevin Liu <kliu5@marvell.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/host/sdhci-pxav3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pxav3.c b/drivers/mmc/host/sdhci-pxav3.c
index ccd1906..60829c9 100644
--- a/drivers/mmc/host/sdhci-pxav3.c
+++ b/drivers/mmc/host/sdhci-pxav3.c
@@ -280,6 +280,8 @@ static int __devinit sdhci_pxav3_probe(struct platform_device *pdev)
if (pdata->quirks)
host->quirks |= pdata->quirks;
+ if (pdata->quirks2)
+ host->quirks2 |= pdata->quirks2;
if (pdata->host_caps)
host->mmc->caps |= pdata->host_caps;
if (pdata->host_caps2)