commit | 65289d6345d93abd860e43fd2119ac176d6cc697 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@stericsson.com> | Thu Oct 21 21:05:25 2010 +0200 |
committer | Grant Likely <grant.likely@secretlab.ca> | Mon Nov 01 01:01:08 2010 -0400 |
tree | 54e176162e4c6ddf13dbc6098de6d5ccdde4e9fd | |
parent | eb288a1f45e2aa903ac8edf67dc6d59df0369fe1 [diff] |
spi/pl022: fix erroneous platform data in U300 This fixes an erroneous use of LSB first in the U300 machine, the PL022 used in U300 is a standard ARM core that doesn't support this bit so it should never have been set. Cc: Kevin Wells <wellsk40@gmail.com>OA Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>