Re: [PATCH v9 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema
From: Bryan O'Donoghue
Date: Thu Jul 16 2026 - 08:53:12 EST
On 16/07/2026 12:28, Loic Poulain wrote:
I just wonder if there's any real upside to all that additional work andThere is no really need to support runtime configuration as of now
delay/churn.
since we only support D-PHY, so the delta for v10*should* be tiny,
either a bus-type sanity read in parse_routing(), or even nothing at
DT parse and a future configure() branch when C-PHY lands.
Right, well I tend to agree that a runtime configure() is out of scope, so, I'm going to stick to Rob's guidance.
If you look at other upstream stuff you will see phy-cells = 0 for single mode PHYs and phy-cells = 1 for PHYs that can be in any mode.
Consumer configures the mode in DT like every other upstream MIPI CSI2 PHY.
---
bod