We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5feb54a commit 38ca724Copy full SHA for 38ca724
drivers/mmc/host/sdhci-pltfm.c
@@ -75,6 +75,9 @@ void sdhci_get_of_property(struct platform_device *pdev)
75
if (sdhci_of_wp_inverted(np))
76
host->quirks |= SDHCI_QUIRK_INVERTED_WRITE_PROTECT;
77
78
+ if (of_get_property(np, "broken-cd", NULL))
79
+ host->quirks |= SDHCI_QUIRK_BROKEN_CARD_DETECTION;
80
+
81
if (of_device_is_compatible(np, "fsl,p2020-rev1-esdhc"))
82
host->quirks |= SDHCI_QUIRK_BROKEN_DMA;
83
0 commit comments