efikamx: correct IPU revision again (it should be 2 for IPUv3EX however unintuitive that is, and 3 for IPUv3M on MX53). This fixes the IPU driver getting the correct base address.

This commit is contained in:
Matt Sealey
2012-04-20 11:15:22 -05:00
parent 455affb66e
commit 6be1fd20cc

View File

@@ -44,7 +44,7 @@
extern void mx5_ipu_reset(void);
static struct mxc_ipu_config mxc_ipu_data = {
.rev = 3,
.rev = 2, /* IPUv3EX (MX51) is 2, IPUv3M (MX53) is 3 */
.reset = mx5_ipu_reset,
};