memory: pl172: correct MPMC peripheral ID register bits
authorVladimir Zapolskiy <vz@mleia.com>
Mon, 28 Sep 2015 16:51:18 +0000 (19:51 +0300)
committerJoachim Eastwood <manabian@gmail.com>
Tue, 29 Sep 2015 20:19:02 +0000 (22:19 +0200)
commit5b32b1368ae532a2d06c931ba6356c39a9de63ac
tree303fe201b15b0ff4d49b2d794da5544a59604b15
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
memory: pl172: correct MPMC peripheral ID register bits

According to PL172 TRM read of bits [7:6] of MPMCPeriphID3 is
undefined, so unmask them. Also the driver supports all currently
present revisions of PL172, this allows to alleviate requirements to
the revision version matched by the driver.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
drivers/memory/pl172.c