提交 35c38e7f 编写于 作者: S Steve Longerbeam 提交者: Xie XiuQi

gpu: ipu-v3: Fix CSI offsets for imx53

[ Upstream commit bb867d21 ]

The CSI offsets are wrong for both CSI0 and CSI1. They are at
physical address 0x1e030000 and 0x1e038000 respectively.

Fixes: 2ffd48f2 ("gpu: ipu-v3: Add Camera Sensor Interface unit")
Signed-off-by: NSteve Longerbeam <slongerbeam@gmail.com>
Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 3b1b00ef
...@@ -914,8 +914,8 @@ static struct ipu_devtype ipu_type_imx53 = { ...@@ -914,8 +914,8 @@ static struct ipu_devtype ipu_type_imx53 = {
.cpmem_ofs = 0x07000000, .cpmem_ofs = 0x07000000,
.srm_ofs = 0x07040000, .srm_ofs = 0x07040000,
.tpm_ofs = 0x07060000, .tpm_ofs = 0x07060000,
.csi0_ofs = 0x07030000, .csi0_ofs = 0x06030000,
.csi1_ofs = 0x07038000, .csi1_ofs = 0x06038000,
.ic_ofs = 0x06020000, .ic_ofs = 0x06020000,
.disp0_ofs = 0x06040000, .disp0_ofs = 0x06040000,
.disp1_ofs = 0x06048000, .disp1_ofs = 0x06048000,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册