commit | 2cd451792db174382aaca96c75bc3bf47a6065fe | [log] [tgz] |
---|---|---|
author | Daniel Mack <zonque@gmail.com> | Wed Nov 14 11:14:26 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Nov 14 12:16:17 2012 +0900 |
tree | a16e2eed2823febb9b8057d64c1d95716bc1e4f5 | |
parent | 0384e90b853357d24935c65ba0e1bdd27faa6e58 [diff] |
spi/omap: fix D0/D1 direction confusion 0384e90b8 ("spi/mcspi: allow configuration of pin directions") did what it claimed to do the wrong way around. D0/D1 is configured as output by *clearing* the bits in the conf registers, hence also breaking the former default behaviour. Fix this before that change is merged to mainline. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>