summaryrefslogtreecommitdiff
path: root/drivers/spi
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-03-31 16:04:38 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:46 +0200
commit1554e65231698cabdf99751c9c1cdc84310d1bb4 (patch)
tree41a4ce6bbc606412932afa39b024be4a6a675169 /drivers/spi
parentf25bf8b461f4e145a74ff76fbbb5b1d0fc9a5e91 (diff)
mach-ux500: delete SSP PrimeCell ID
This is redundant. The correct ID number is right there in the hardware anyway. We will introduce a mechanism later to hard-code this for deviant cells. Signed-off-by: Linus Walleij <linux.walleij@linaro.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/stm_msp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/stm_msp.c b/drivers/spi/stm_msp.c
index 6b9d7bb75e5..1fdcdc1f325 100644
--- a/drivers/spi/stm_msp.c
+++ b/drivers/spi/stm_msp.c
@@ -1891,8 +1891,8 @@ static int stm_msp_resume(struct amba_device *adev)
static struct amba_id stm_msp_ids[] = {
{
- .id = MSP_PER_ID,
- .mask = MSP_PER_MASK,
+ .id = 0x00280021,
+ .mask = 0x00ffffff,
},
{
0,