Re: [PATCH v8 10/18] arm64: dts: qcom: x1e80100: Add MIPI CSI PHY nodes
From: Krzysztof Kozlowski
Date: Thu Feb 26 2026 - 02:12:44 EST
On Wed, Feb 25, 2026 at 03:11:27PM +0000, Bryan O'Donoghue wrote:
> +
> qup_opp_table_100mhz: opp-table-qup100mhz {
> compatible = "operating-points-v2";
>
> @@ -5543,6 +5562,102 @@ cci1_i2c1: i2c-bus@1 {
> };
> };
>
> + csiphy0: csiphy@ace4000 {
> + compatible = "qcom,x1e80100-csi2-phy";
There is no such compatible documented in the kernel, nor in this
patchset. Either you combine DTS into driver patchset to solve this, or
don't combine DTS at all. DTS cannot go via driver tree.
This does not make easier deciphering dependencies for soc tree...
Best regards,
Krzysztof