diff --git a/drivers/memory/pl172.c b/drivers/memory/pl172.c index b2ef6072fbf41193d636ff88415ee033e42021aa..95a4ad72c9929dd36202cb1ceaf414e2d7a8e332 100644 --- a/drivers/memory/pl172.c +++ b/drivers/memory/pl172.c @@ -278,9 +278,10 @@ static int pl172_remove(struct amba_device *adev) } static const struct amba_id pl172_ids[] = { + /* PrimeCell MPMC PL172, EMC found on NXP LPC18xx and LPC43xx */ { - .id = 0x07341172, - .mask = 0xffffffff, + .id = 0x07041172, + .mask = 0x3f0fffff, }, { 0, 0 }, };