msm: camera: csiphy: Add mipi flags to phy config
-Add mipi flags mask to phy cmd buffer. -Enable skew calibration settings only if the corresponding flag is set. CRs-fixed: 2697576 Change-Id: I0353e57daf49ce15d7573b57dbaa9363dbc59635 Signed-off-by: Shravan Nevatia <snevatia@codeaurora.org>
此提交包含在:

提交者
Gerrit - the friendly Code Review server

父節點
19ebf24ab1
當前提交
a58f2a9d27
@@ -326,6 +326,7 @@ struct cam_cmd_unconditional_wait {
|
||||
/**
|
||||
* cam_csiphy_info : Provides cmdbuffer structre
|
||||
* @lane_assign : Lane sensor will be using
|
||||
* @mipi_flags : MIPI phy flags
|
||||
* @lane_cnt : Total number of lanes
|
||||
* @secure_mode : Secure mode flag to enable / disable
|
||||
* @settle_time : Settling time in ms
|
||||
@@ -335,7 +336,7 @@ struct cam_cmd_unconditional_wait {
|
||||
struct cam_csiphy_info {
|
||||
__u16 reserved;
|
||||
__u16 lane_assign;
|
||||
__u16 reserved1;
|
||||
__u16 mipi_flags;
|
||||
__u8 lane_cnt;
|
||||
__u8 secure_mode;
|
||||
__u64 settle_time;
|
||||
|
新增問題並參考
封鎖使用者