Skip to content

Commit f4f24ad

Browse files
committed
mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks
Signed-off-by: Chris Ball <cjb@laptop.org>
1 parent 38ca724 commit f4f24ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/mmc/host/sdhci-pxav3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ static int __devinit sdhci_pxav3_probe(struct platform_device *pdev)
290290

291291
host->ops = &pxav3_sdhci_ops;
292292

293+
sdhci_get_of_property(pdev);
294+
293295
ret = sdhci_add_host(host);
294296
if (ret) {
295297
dev_err(&pdev->dev, "failed to add host\n");

0 commit comments

Comments
 (0)