mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 13:58:46 +00:00
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>
This commit is contained in:
parent
374576a8b6
commit
e89e04fcdc
@ -1826,7 +1826,7 @@ static struct amba_id pl022_ids[] = {
|
|||||||
* ST Micro derivative, this has 32bit wide
|
* ST Micro derivative, this has 32bit wide
|
||||||
* and 32 locations deep TX/RX FIFO
|
* and 32 locations deep TX/RX FIFO
|
||||||
*/
|
*/
|
||||||
.id = 0x00108022,
|
.id = 0x01080022,
|
||||||
.mask = 0xffffffff,
|
.mask = 0xffffffff,
|
||||||
.data = &vendor_st,
|
.data = &vendor_st,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user