Re: [PATCH RFT v3 2/5] media: camss: csiphy-3ph: Add Gen2 v1.2.2 two-phase MIPI CSI-2 DPHY init
From: Bryan O'Donoghue
Date: Fri Jun 28 2024 - 05:42:11 EST
On 24/06/2024 13:13, George Chan via B4 Relay wrote:
+/* GEN2 1.2.2 2PH */
+struct
+csiphy_reg_t lane_regs_sc7180[5][23] = {
Small nit
static const struct
csiphy_reg_t
not
struct
csiphy_reg_t
e.g.
/* GEN2 1.0 2PH */
static const struct
csiphy_lane_regs lane_regs_sdm845
---
bod