mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-02 03:35:23 +00:00
remove useless hard reset in the SPI controller driver
SVN-Revision: 17189
This commit is contained in:
parent
2437f53f1d
commit
2d629e3a01
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user