From 1554e65231698cabdf99751c9c1cdc84310d1bb4 Mon Sep 17 00:00:00 2001 From: Philippe Langlais Date: Thu, 31 Mar 2011 16:04:38 +0200 Subject: 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 --- drivers/spi/stm_msp.c | 4 ++-- 1 file 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, -- cgit v1.2.3