Browse Source

msm: camera: csiphy: Add support for dummy PHY settings

Add the CSIPHY_DNP_PARAMS macro to specify dummy PHY
settings. These settings will not be applied to HW
and can be used to pad the settings arrays.

CRs-Fixed: 3642100
Change-Id: I42859598996d6190b23111e8ac655bb34e174238
Signed-off-by: Shravan Nevatia <[email protected]>
(cherry picked from commit b78027078dd6654f96f6d0472ebab09c6e1b088b)
Shravan Nevatia 1 year ago
parent
commit
5e66e1bf36
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/cam_sensor_module/cam_csiphy/cam_csiphy_dev.h

+ 1 - 0
drivers/cam_sensor_module/cam_csiphy/cam_csiphy_dev.h

@@ -55,6 +55,7 @@
 #define CSIPHY_CDR_LN_SETTINGS           BIT(11)
 #define CSIPHY_SHORT_CHANNEL_PARAMS      BIT(12)
 #define CSIPHY_STANDARD_CHANNEL_PARAMS   BIT(13)
+#define CSIPHY_DNP_PARAMS                BIT(14)
 
 #define CSIPHY_MAX_INSTANCES_PER_PHY     3