Commit 8c599ffc authored by Russell King's avatar Russell King

[MMC] Ensure PXA MMC interrupts are disabled on chip.

parent 95904475
...@@ -464,6 +464,7 @@ static int pxamci_probe(struct device *dev) ...@@ -464,6 +464,7 @@ static int pxamci_probe(struct device *dev)
pxamci_stop_clock(host); pxamci_stop_clock(host);
writel(0, host->base + MMC_SPI); writel(0, host->base + MMC_SPI);
writel(64, host->base + MMC_RESTO); writel(64, host->base + MMC_RESTO);
writel(host->imask, host->base + MMC_I_MASK);
pxa_gpio_mode(GPIO6_MMCCLK_MD); pxa_gpio_mode(GPIO6_MMCCLK_MD);
pxa_gpio_mode(GPIO8_MMCCS0_MD); pxa_gpio_mode(GPIO8_MMCCS0_MD);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment