msm: camera: csiphy: Enhance the start dev log for csiphy
Enhance the start dev log for csiphy. CRs-Fixed: 3482293 Change-Id: I8887affedb0d7937e4105585e531c654eaa634ff Signed-off-by: Depeng Shao <quic_depengs@quicinc.com>
This commit is contained in:

committed by
Camera Software Integration

父節點
12f52f25db
當前提交
a9df7dfa5c
@@ -2538,7 +2538,7 @@ int32_t cam_csiphy_core_cfg(void *phy_dev,
|
||||
csiphy_dev->start_dev_count++;
|
||||
|
||||
CAM_INFO(CAM_CSIPHY,
|
||||
"CAM_START_PHYDEV: %d, CSID:%d, Type: %s, dev_cnt: %u, slot: %d, combo: %u, cphy+dphy: %u, skew_en: %d sec_mode: %d, Datarate: %llu, Settletime: %llu",
|
||||
"CAM_START_PHYDEV: %d, CSID:%d, Type: %s, dev_cnt: %u, slot: %d, combo: %u, cphy+dphy: %u, skew_en: %d, sec_mode: %d, Datarate: %llu, Settletime: %llu",
|
||||
soc_info->index,
|
||||
csiphy_dev->csiphy_info[offset].conn_csid_idx,
|
||||
g_phy_data[soc_info->index].is_3phase ? "CPHY" : "DPHY",
|
||||
@@ -2651,16 +2651,18 @@ int32_t cam_csiphy_core_cfg(void *phy_dev,
|
||||
csiphy_dev->csiphy_state = CAM_CSIPHY_START;
|
||||
|
||||
CAM_INFO(CAM_CSIPHY,
|
||||
"CAM_START_PHYDEV: %d, CSID:%d, Type: %s, slot: %d, sec_mode: %d, Datarate: %llu, Settletime: %llu, combo: %u, cphy+dphy: %u",
|
||||
"CAM_START_PHYDEV: %d, CSID:%d, Type: %s, dev_cnt: %u, slot: %d, combo: %u, cphy+dphy: %u, skew_en: %d, sec_mode: %d, Datarate: %llu, Settletime: %llu",
|
||||
soc_info->index,
|
||||
csiphy_dev->csiphy_info[offset].conn_csid_idx,
|
||||
g_phy_data[soc_info->index].is_3phase ? "CPHY" : "DPHY",
|
||||
csiphy_dev->start_dev_count,
|
||||
offset,
|
||||
csiphy_dev->combo_mode,
|
||||
csiphy_dev->cphy_dphy_combo_mode,
|
||||
csiphy_dev->csiphy_info[offset].mipi_flags,
|
||||
csiphy_dev->csiphy_info[offset].secure_mode,
|
||||
csiphy_dev->csiphy_info[offset].data_rate,
|
||||
csiphy_dev->csiphy_info[offset].settle_time,
|
||||
csiphy_dev->combo_mode,
|
||||
csiphy_dev->cphy_dphy_combo_mode);
|
||||
csiphy_dev->csiphy_info[offset].settle_time);
|
||||
}
|
||||
break;
|
||||
case CAM_CONFIG_DEV_EXTERNAL: {
|
||||
|
Reference in New Issue
Block a user