Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e89e04fc authored by Srinidhi Kasagar's avatar Srinidhi Kasagar Committed by Russell King
Browse files

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: default avatarsrinidhi kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 374576a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},