diff options
author | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-25 17:42:29 +0200 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-26 13:29:17 +0200 |
commit | e749e37adf1735c5a0b3bc5262cb542995ce42e9 (patch) | |
tree | 17c06371247666953fa01265485d9fd8a0642266 /drivers/mxc/ipu3 | |
parent | ad3c88d1e262462a23d9692c6f7a7cd661f129b2 (diff) |
ccwmx51: Fix compilation issues after applying Freescale patches
The mach-mx51 folder has been replaced by mach-mx5 to enable the addition
of more platforms.
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'drivers/mxc/ipu3')
-rw-r--r-- | drivers/mxc/ipu3/ipu_disp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/ipu3/ipu_disp.c b/drivers/mxc/ipu3/ipu_disp.c index b432cb9df734..00c5008d149f 100644 --- a/drivers/mxc/ipu3/ipu_disp.c +++ b/drivers/mxc/ipu3/ipu_disp.c @@ -954,7 +954,7 @@ int32_t ipu_init_sync_panel(int disp, uint32_t pixel_clk, if ((v_sync_width == 0) || (h_sync_width == 0)) return EINVAL; - adapt_panel_to_ipu_restricitions((uint16_t *)&pixel_clk, width, height, + adapt_panel_to_ipu_restricitions((uint32_t *)&pixel_clk, width, height, h_start_width, h_end_width, v_start_width, &v_end_width); h_total = width + h_sync_width + h_start_width + h_end_width; |