From 92a98f613795187d826ce0e2d012fbc1e1648b17 Mon Sep 17 00:00:00 2001 From: Venkat Chinta Date: Thu, 26 Sep 2019 19:24:40 -0700 Subject: [PATCH] msm: camera: ife: Add packing format support This change adds packing format field for CSID in IFE Lite for version 480 hardware. CRs-Fixed: 2537287 Change-Id: Ifa46b07218fefe46721f99e65291837500c413de Signed-off-by: Venkat Chinta --- .../cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_lite480.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_lite480.h b/drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_lite480.h index 7d9a53567e..b77f2dfa35 100644 --- a/drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_lite480.h +++ b/drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_lite480.h @@ -305,6 +305,7 @@ static struct cam_ife_csid_common_reg_offset .path_rst_stb_all = 0x7f, .path_rst_done_shift_val = 1, .path_en_shift_val = 31, + .packing_fmt_shift_val = 30, .dt_id_shift_val = 27, .vc_shift_val = 22, .dt_shift_val = 16,