[PATCH] pl022: fix id for ST vendor

srinidhi kasagar srinidhikasagar at gmail.com
Mon Sep 7 06:53:57 EDT 2009


This fixes the wrong id being used for ST derivative in PL022 driver.

Signed-off-by: srinidhi kasagar <srinidhi.kasagar at stericsson.com>
---
 drivers/spi/amba-pl022.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/spi/amba-pl022.c b/drivers/spi/amba-pl022.c
index da76797..1d51b49 100644
--- a/drivers/spi/amba-pl022.c
+++ b/drivers/spi/amba-pl022.c
@@ -1828,7 +1828,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,
       },
--
1.6.3.GIT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20090907/b1351be0/attachment.htm>


More information about the linux-arm-kernel mailing list