mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-22 14:44:23 +00:00
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:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user