diff options
| author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-03-31 16:04:38 +0200 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:14:44 +0200 |
| commit | 4f892e1f25e5f2ed7e6552c97a7d6b64ebd98c91 (patch) | |
| tree | 4ccefbc78cfe6bad1091a95627ef6f1810e874fd /drivers/spi | |
| parent | 89cc6ae594fc339af434e2c4e557ca5b3864cb80 (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.c | 4 |
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, |
