Skip to content

Commit

Permalink
Revert "mmc: arasan: Add ADMA broken quirk based on DT parameter"
Browse files Browse the repository at this point in the history
This reverts commit 0e4e407.

It should be the part of:
"zynq: devicetree: Remove 'broken-adma2' property"
(sha1: fec1fe4)

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Sep 15, 2017
1 parent 178bf52 commit f9658a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/mmc/host/sdhci-of-arasan.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,6 @@ static int sdhci_arasan_probe(struct platform_device *pdev)
"arasan,sdhci-8.9a")) {
host->quirks |= SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12;
host->quirks2 |= SDHCI_QUIRK2_CLOCK_STANDARD_25_BROKEN;
if (of_get_property(pdev->dev.of_node, "broken-adma2", NULL))
host->quirks |= SDHCI_QUIRK_BROKEN_ADMA;
if (of_device_is_compatible(pdev->dev.of_node,
"xlnx,zynqmp-8.9a")) {
ret = of_property_read_u32(pdev->dev.of_node,
Expand Down

0 comments on commit f9658a4

Please sign in to comment.