Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332848
b: refs/heads/master
c: 38ca724
h: refs/heads/master
v: v3
  • Loading branch information
Chris Ball committed Oct 7, 2012
1 parent 5085fad commit 86c277b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5feb54a1ab91a237e247c013b8c4fb100ea347b1
refs/heads/master: 38ca7248054b6fd92a6a49963beb87f3746115ec
3 changes: 3 additions & 0 deletions trunk/drivers/mmc/host/sdhci-pltfm.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ void sdhci_get_of_property(struct platform_device *pdev)
if (sdhci_of_wp_inverted(np))
host->quirks |= SDHCI_QUIRK_INVERTED_WRITE_PROTECT;

if (of_get_property(np, "broken-cd", NULL))
host->quirks |= SDHCI_QUIRK_BROKEN_CARD_DETECTION;

if (of_device_is_compatible(np, "fsl,p2020-rev1-esdhc"))
host->quirks |= SDHCI_QUIRK_BROKEN_DMA;

Expand Down

0 comments on commit 86c277b

Please sign in to comment.