Re: [PATCH v11 3/5] media: qcom: camss: csiphy: Add support for v2.4.0 two-phase CSIPHY
From: Bryan O'Donoghue
Date: Mon Jan 12 2026 - 07:07:23 EST
On 12/01/2026 09:02, Hangxiang Ma wrote:
Add more detailed resource information for CSIPHY devices in the camss
driver along with the support for v2.4.0 in the 2 phase CSIPHY driver
that is responsible for the PHY lane register configuration, module
reset and interrupt handling.
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
Signed-off-by: Hangxiang Ma <hangxiang.ma@xxxxxxxxxxxxxxxx>
---
+static const struct camss_subdev_resources csiphy_res_kaanapali[] = {
+ /* CSIPHY0 */
+ {
+ .regulators = { "vdd-csiphy0-0p8", "vdd-csiphy0-1p2" },
Please sync up with Wenmeng's patch:
https://lore.kernel.org/linux-arm-msm/20251114082649.4240-1-wenmeng.liu@xxxxxxxxxxxxxxxx/
---
bod