The following commit has been merged in the linux branch: commit e89e04fcdce6146cab3a34d4073f8a1714b457ec Author: Srinidhi Kasagar srinidhi.kasagar@stericsson.com Date: Mon Oct 5 06:13:53 2009 +0100
ARM: 5741/1: pl022: fix peripheral id for ST vendor
This fixes the wrong peripheral id being used in pl022 driver for ST derivative.
Signed-off-by: srinidhi kasagar srinidhi.kasagar@stericsson.com Signed-off-by: Russell King rmk+kernel@arm.linux.org.uk
diff --git a/drivers/spi/amba-pl022.c b/drivers/spi/amba-pl022.c index 958a3ff..ff5bbb9 100644 --- a/drivers/spi/amba-pl022.c +++ b/drivers/spi/amba-pl022.c @@ -1826,7 +1826,7 @@ static struct amba_id pl022_ids[] = { * ST Micro derivative, this has 32bit wide * and 32 locations deep TX/RX FIFO */ - .id = 0x00108022, + .id = 0x01080022, .mask = 0xffffffff, .data = &vendor_st, },