From a96924869406e9a744e08cfab0e8a99b02631cbb Mon Sep 17 00:00:00 2001 From: Marcin Mielczarczyk Date: Sun, 18 Apr 2010 14:04:22 +0200 Subject: [PATCH 12/27] ARM: Added new peripheral id to PL022 (STE's SPI) Added new peripheral id (0x00080023) to PL022 block. This is ST-Ericsson's SPI derivative. Signed-off-by: Marcin Mielczarczyk Signed-off-by: Linus Walleij --- drivers/spi/amba-pl022.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/spi/amba-pl022.c b/drivers/spi/amba-pl022.c index 7226ff1..53f0acd 100644 --- a/drivers/spi/amba-pl022.c +++ b/drivers/spi/amba-pl022.c @@ -2174,6 +2174,16 @@ static struct amba_id pl022_ids[] = { .mask = 0xffffffff, .data = &vendor_st, }, + { + /* + * ST-Ericsson derivative, this is SSP block stripped + * to SPI mode only, it has 32bit wide + * and 32 locations deep TX/RX FIFO + */ + .id = 0x00080023, + .mask = 0xffffffff, + .data = &vendor_st, + }, { 0, 0 }, }; -- 1.6.3.3