Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287627
b: refs/heads/master
c: 147c3b3
h: refs/heads/master
i:
  287625: df67710
  287623: 788f1d2
v: v3
  • Loading branch information
Jerry Huang authored and Chris Ball committed Feb 14, 2012
1 parent 87d6918 commit 4a78aa6
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 81e499224a7ef02e1889736ebb6b432da1735ab6
refs/heads/master: 147c3b338d1029b6624b7dbe7f7bb98f14236f3b
5 changes: 5 additions & 0 deletions trunk/drivers/mmc/host/sdhci-pltfm.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ void sdhci_get_of_property(struct platform_device *pdev)
if (of_device_is_compatible(np, "fsl,p2020-rev1-esdhc"))
host->quirks |= SDHCI_QUIRK_BROKEN_DMA;

if (of_device_is_compatible(np, "fsl,p2020-esdhc") ||
of_device_is_compatible(np, "fsl,p1010-esdhc") ||
of_device_is_compatible(np, "fsl,mpc8536-esdhc"))
host->quirks |= SDHCI_QUIRK_BROKEN_TIMEOUT_VAL;

clk = of_get_property(np, "clock-frequency", &size);
if (clk && size == sizeof(*clk) && *clk)
pltfm_host->clock = be32_to_cpup(clk);
Expand Down

0 comments on commit 4a78aa6

Please sign in to comment.