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:08:33 EST
On 12/01/2026 09:02, Hangxiang Ma wrote:
static const struct parent_dev_ops vfe_parent_dev_ops;
+static const struct camss_subdev_resources csiphy_res_kaanapali[] = {
+ /* CSIPHY0 */
+ {
+ .regulators = { "vdd-csiphy0-0p8", "vdd-csiphy0-1p2" },
The convention in this file so far is to add new entries at the end.
Since you need to v12 this, please do that too.
---
bod