diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-09 10:18:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-09 10:18:30 +0000 |
commit | 2d629e3a01af070e1d3597fd33a798b555156f30 (patch) | |
tree | 3ba7d662e76067cd7dcad86362f76223d6cec6f2 | |
parent | 2437f53f1d39eba26fc8dc6b69258d399f082c09 (diff) | |
download | upstream-2d629e3a01af070e1d3597fd33a798b555156f30.tar.gz upstream-2d629e3a01af070e1d3597fd33a798b555156f30.tar.bz2 upstream-2d629e3a01af070e1d3597fd33a798b555156f30.zip |
remove useless hard reset in the SPI controller driver
SVN-Revision: 17189
-rw-r--r-- | target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c b/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c index bd75b8c7af..a53eb18197 100644 --- a/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c +++ b/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c @@ -347,7 +347,6 @@ static int __init bcm63xx_spi_probe(struct platform_device *pdev) /* Initialize hardware */ clk_enable(bs->clk); - bcm_spi_writew(SPI_CMD_HARD_RESET, bs->regs, SPI_CMD); bcm_spi_writeb(SPI_INTR_CLEAR_ALL, bs->regs, SPI_INT_MASK); dev_info(&pdev->dev, " at 0x%08x (irq %d, FIFOs size %d) v%s\n", |