Re: [PATCH v8 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema

From: Bryan O'Donoghue

Date: Wed Jul 01 2026 - 18:55:14 EST


On 02/06/2026 22:59, Vladimir Zapolskiy wrote:
+
+ "#phy-cells":
+ const: 1
+ description:
+ The single cell specifies the PHY operating mode.
#phy-cells should be 0, because the PHY operating mode is well defined
by 'bus-type' property of an endpoint on the sensor side, the opposite
side of CAMSS/CSID as a CSIPHY "consumer" should not dictate the PHY type.

So going through the list I don't believe this is correct.

Inserting bus-type into the PHY layer is borrowing from one domain linux-media and pushing the concept into PHYs.

phy-cells = 1 with CPHY/DPHY specified in the consumer, as was Rob's suggestion will specify the mode.

Then to understand if we are in regular or combo mode, we parse the ports/endspoints in the PHY node as we've agreed already.

---
bod