commit | 5b32b1368ae532a2d06c931ba6356c39a9de63ac | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Sep 28 19:51:18 2015 +0300 |
committer | Joachim Eastwood <manabian@gmail.com> | Tue Sep 29 22:19:02 2015 +0200 |
tree | 303fe201b15b0ff4d49b2d794da5544a59604b15 | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f [diff] |
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>