Re: [PATCH v6 07/13] arm64: dts: qcom: x1e80100-crd: Add ov08x40 RGB sensor on CSIPHY4
From: Bryan O'Donoghue
Date: Wed Sep 16 2026 - 11:19:29 EST
On 16/09/2026 16:04, Konrad Dybcio wrote:
Perhaps moving the endpoint label and definition there too would
make sense, i.e.
-- hamoa.dtsi
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
camss_csiphy4_inep: endpoint {
};
};
...
};
-- x1-crd.dtsi
&camss_csiphy4_inep {
...
};
I don't think I can add the endpoint, my memory is I tried that and the dtbs_checker spat it back out at me.
I'll retry though since I may be mis-remembering.
---
bod