Re: [PATCH v9 5/5] arm64: dts: qcom: monaco-evk-camera: Add DT overlay
From: Nihal Kumar Gupta <hidden>
Date: 2026-02-10 12:43:30
Also in:
linux-arm-msm, linux-i2c, linux-media, lkml
From: Nihal Kumar Gupta <hidden>
Date: 2026-02-10 12:43:30
Also in:
linux-arm-msm, linux-i2c, linux-media, lkml
On 09-02-2026 22:08, Krzysztof Kozlowski wrote:
quoted
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