浏览代码

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>
Srinidhi Kasagar 15 年之前
父节点
当前提交
e89e04fcdc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/spi/amba-pl022.c

+ 1 - 1
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,
 	},