Re: [PATCH v9 5/5] arm64: dts: qcom: monaco-evk-camera: Add DT overlay
From: Nihal Kumar Gupta
Date: Tue Feb 10 2026 - 07:43:51 EST
On 09-02-2026 22:08, Krzysztof Kozlowski wrote:
>> Krzysztof, Thanks for your review.
>> All patches posted here were build‑tested and verified by the author.
> Then please explain reported by Rob build-process warnings.
The dt-binding for qcom,qcs8300-cci specifies two clocks:
clock-names = "ahb", "cci";
On Monaco, the CCI node currently defines:
clock-names = "cpas_ahb", "cci";
The dt-binding warns because it expects the clock-names to be "ahb" and
"cci", while the Monaco DTS uses "cpas_ahb" instead of "ahb". The
hardware works correctly, but the name doesn't match the binding.
Renaming "cpas_ahb" to "ahb" aligns the DTS with the binding and clears
the warning. Please advise if you prefer a different approach.
--
Regards,
Nihal Kumar Gupta