mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
media: rk-isp10: fix ISP can not get tx1rx1 mipi data in rk3288
Change-Id: Ia509734a0aff0941d3a8dedb44e9ed2eb78eea4f Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
This commit is contained in:
@@ -428,6 +428,10 @@ static int mipi_dphy_cfg(struct pltfrm_cam_mipi_config *para)
|
||||
write_csihost_reg(CSIHOST_PHY_TEST_CTRL1, 0x00000000);
|
||||
write_csihost_reg(CSIHOST_PHY_SHUTDOWNZ, 0x00000001);
|
||||
write_csihost_reg(CSIHOST_DPHY_RSTZ, 0x00000001);
|
||||
|
||||
write_cifisp_reg((MRV_MIPI_BASE + MRV_MIPI_CTRL),
|
||||
read_cifisp_reg(MRV_MIPI_BASE + MRV_MIPI_CTRL) |
|
||||
(0x0f << 8));
|
||||
} else {
|
||||
goto fail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user