On 25/04/2025 10:35, Konrad Dybcio wrote:
The dependent GCC clocks are marked always on from gcc probe, hence did not mention the dependency here.Let's do what was done on x1e80100 - describe the AHB clock in CAMCC
bindings regardless of how we handle it.
This way the DT represents the real hw dependency, but the OS takes steps
to get them out of the way (and then ignores the GCC_CAMERA_AHB_CLK entry
because the clock is never registered with GCC)
Ah yes, this is an always-on clock isn't it ?
But in principle I agree, the DTS should just describe the hw as-is.
---
bod