Re: [PATCH 2/4] media: qcom: camss: Add support for MSM8939

2025-05-20 Thread Dmitry Baryshkov
On Tue, May 20, 2025 at 08:39:07PM +0200, Vincent Knecht via B4 Relay wrote: > From: Vincent Knecht > > The camera subsystem for the MSM8939 is the same as MSM8916 except with > 3 CSID instead of 2, and some higher clock rates. > > As a quirk, this SoC needs writing values to 2 VFE VBIF register

Re: [PATCH 2/4] media: qcom: camss: Add support for MSM8939

2025-05-20 Thread Bryan O'Donoghue
On 20/05/2025 19:39, Vincent Knecht via B4 Relay wrote: +static const struct camss_subdev_resources csiphy_res_8x39[] = { + /* CSIPHY0 */ + { + .regulators = {}, Regulators should be declared with the PHY not the CSID. --- bod