diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-06-04 16:02:36 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-04 18:37:35 +0100 |
commit | 082339bc63cccf8ea49b1f3cf4ee39ce00742849 (patch) | |
tree | 870667862ca5d9d06ecc9233ea1f79a44f1b948d /drivers/mfd/timberdale.c | |
parent | d683b96b072dc4680fc74964eca77e6a23d1fa6e (diff) | |
download | talos-obmc-linux-082339bc63cccf8ea49b1f3cf4ee39ce00742849.tar.gz talos-obmc-linux-082339bc63cccf8ea49b1f3cf4ee39ce00742849.zip |
spi: spi-xilinx: Add run run-time endian detection
Do not load endian value from platform data
and rather autodetect it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/mfd/timberdale.c')
-rw-r--r-- | drivers/mfd/timberdale.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/timberdale.c b/drivers/mfd/timberdale.c index 59e0ee247e86..0c1fcbc23d04 100644 --- a/drivers/mfd/timberdale.c +++ b/drivers/mfd/timberdale.c @@ -145,7 +145,6 @@ static struct spi_board_info timberdale_spi_8bit_board_info[] = { static struct xspi_platform_data timberdale_xspi_platform_data = { .num_chipselect = 3, - .little_endian = true, /* bits per word and devices will be filled in runtime depending * on the HW config */ |