Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4f24ade authored by Chris Ball's avatar Chris Ball
Browse files

mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks



Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 38ca7248
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -290,6 +290,8 @@ static int __devinit sdhci_pxav3_probe(struct platform_device *pdev)

	host->ops = &pxav3_sdhci_ops;

	sdhci_get_of_property(pdev);

	ret = sdhci_add_host(host);
	if (ret) {
		dev_err(&pdev->dev, "failed to add host\n");