Re: [PATCH v7 6/9] interconnect: qcom: rpm: Handle interface clocks
From: Bryan O'Donoghue
Date: Fri Mar 10 2023 - 09:23:04 EST
On 08/03/2023 21:40, Konrad Dybcio wrote:
Some (but not all) providers (or their specific nodes) require
specific clocks to be turned on before they can be accessed. Failure
to ensure that results in a seemingly random system crash (which
would usually happen at boot with the interconnect driver built-in),
resulting in the platform not booting up properly.
Can you give an example of which clocks on which SoC's ?
Is the intention of this patch to subsequently go through *.dts *.dtsi
and start to remove assigned-clocks ?
Are we saying that currently there ought to be assigned-clocks for some
of these NoC declarations ?
---
bod