[brcm63xx] remove useless hard reset in the SPI controller driver
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Aug 2009 10:18:30 +0000 (10:18 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Aug 2009 10:18:30 +0000 (10:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17189 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c

index bd75b8c..a53eb18 100644 (file)
@@ -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",