diff options
author | H Hartley Sweeten <hsweeten@visionengravers.com> | 2010-03-22 10:33:58 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-03-22 12:03:08 +0800 |
commit | 1b0d76cb9d5a65567230097a2512046f09f30523 (patch) | |
tree | 0db3dc2d1adc6a71d2d345d905da5c2306254a12 /virt | |
parent | 6533be390b1210285854fb2fc7ea80c0ada60b13 (diff) |
[ARM] locomo: fix SPI register offset
The locomo spi registers are all defined in locomo.h as offsets
from the first spi register LOCOMO_SPI (0x60), which is itself
an offset from the locomo base address. To correctly access
these registers LOCOMO_SPI must always be included in the
address calculation.
There are two places in locomo.c where this is not done. The
first one, in locomo_suspend, actually results in a write to
LOCOMO_ST instead of LOCOMO_SPICT. The second is in __locomo_probe
and results in a write to LOCOMO_MCSX2 instead of LOCOMO_SPIIE.
Fix these by including LOCOMO_SPI in the calculation.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions