ARM: 5741/1: pl022: fix peripheral id for ST vendor
authorSrinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Mon, 5 Oct 2009 05:13:53 +0000 (06:13 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 5 Oct 2009 16:55:55 +0000 (17:55 +0100)
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>
drivers/spi/amba-pl022.c

index 958a3ff..ff5bbb9 100644 (file)
@@ -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,
        },