Browse Source

msm: camera: isp: Correct offsets for SFE v880

Correct address config register offset for SFE RDI0 client.

CRs-Fixed: 3291241
Change-Id: I0b538e23dfd1fd2d600ffa11c8863f250b7e7acf
Signed-off-by: Chandan Kumar Jha <[email protected]>
Chandan Kumar Jha 2 years ago
parent
commit
c23800d6e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/cam_isp/isp_hw_mgr/isp_hw/sfe_hw/cam_sfe880.h

+ 1 - 1
drivers/cam_isp/isp_hw_mgr/isp_hw/sfe_hw/cam_sfe880.h

@@ -1401,7 +1401,7 @@ static struct cam_sfe_bus_wr_hw_info sfe880_bus_wr_hw_info = {
 			.framedrop_period         = 0x00001538,
 			.framedrop_pattern        = 0x0000153C,
 			.system_cache_cfg         = 0x00001568,
-			.addr_cfg                 = 0x00001574,
+			.addr_cfg                 = 0x00001570,
 			.addr_status_0            = 0x00001578,
 			.addr_status_1            = 0x0000157C,
 			.addr_status_2            = 0x00001580,