spi: tegra20-sflash: Convert to use master->max_speed_hz
authorAxel Lin <axel.lin@ingics.com>
Mon, 10 Feb 2014 13:49:49 +0000 (21:49 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 11 Feb 2014 12:07:50 +0000 (12:07 +0000)
commit44830b4c2f978a1bc667d1557d26277a7e593cf5
treedf3f0a98769f815e38b1934f7727bddbc03d7e9a
parent383840d92f8e5e4c3ab4090e5d8f2ca5cf893802
spi: tegra20-sflash: Convert to use master->max_speed_hz

Use master->max_speed_hz instead of tspi->spi_max_frequency, so spi core will
handle checking transfer speed.

In additional, since commit 052eb2d49006 'spi: core: Set max_speed_hz of
spi_device default to max_speed_hz of controller',
spi core will also set default spi->max_speed_hz if it is not set.
So remove tegra_sflash_setup().

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-tegra20-sflash.c