summaryrefslogtreecommitdiff
path: root/drivers/spi/stm_msp.c
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-03-31 16:04:38 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 09:00:49 +0100
commit4e4c0e3fa302f948846c4dd389ca50ed88acbbff (patch)
treeab61bdc87813f4ac89505fc28f62f3070e70439d /drivers/spi/stm_msp.c
parent9993836e2a4c82b7c409d268c1c33d3ccf464c83 (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/stm_msp.c')
-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,