diff options
Diffstat (limited to 'drivers/gpu/ipu-v3/ipu-common.c')
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/ipu-v3/ipu-common.c b/drivers/gpu/ipu-v3/ipu-common.c index f707d25ae78f..67bab5c36056 100644 --- a/drivers/gpu/ipu-v3/ipu-common.c +++ b/drivers/gpu/ipu-v3/ipu-common.c | |||
@@ -742,7 +742,7 @@ static struct ipu_devtype ipu_type_imx51 = { | |||
742 | .tpm_ofs = 0x1f060000, | 742 | .tpm_ofs = 0x1f060000, |
743 | .csi0_ofs = 0x1f030000, | 743 | .csi0_ofs = 0x1f030000, |
744 | .csi1_ofs = 0x1f038000, | 744 | .csi1_ofs = 0x1f038000, |
745 | .ic_ofs = 0x1f020000, | 745 | .ic_ofs = 0x1e020000, |
746 | .disp0_ofs = 0x1e040000, | 746 | .disp0_ofs = 0x1e040000, |
747 | .disp1_ofs = 0x1e048000, | 747 | .disp1_ofs = 0x1e048000, |
748 | .dc_tmpl_ofs = 0x1f080000, | 748 | .dc_tmpl_ofs = 0x1f080000, |
@@ -758,7 +758,7 @@ static struct ipu_devtype ipu_type_imx53 = { | |||
758 | .tpm_ofs = 0x07060000, | 758 | .tpm_ofs = 0x07060000, |
759 | .csi0_ofs = 0x07030000, | 759 | .csi0_ofs = 0x07030000, |
760 | .csi1_ofs = 0x07038000, | 760 | .csi1_ofs = 0x07038000, |
761 | .ic_ofs = 0x07020000, | 761 | .ic_ofs = 0x06020000, |
762 | .disp0_ofs = 0x06040000, | 762 | .disp0_ofs = 0x06040000, |
763 | .disp1_ofs = 0x06048000, | 763 | .disp1_ofs = 0x06048000, |
764 | .dc_tmpl_ofs = 0x07080000, | 764 | .dc_tmpl_ofs = 0x07080000, |