Re: [PATCH v2 2/9] clk: qcom: ipq5332: enable few nssnoc clocks in driver probe

From: Konrad Dybcio
Date: Wed Nov 22 2023 - 11:32:47 EST




On 11/21/23 15:30, Kathiravan Thirumoorthy wrote:
gcc_snoc_nssnoc_clk, gcc_snoc_nssnoc_1_clk, gcc_nssnoc_nsscc_clk are
enabled by default and it's RCG is properly configured by bootloader.

Some of the NSS clocks needs these clocks to be enabled. To avoid
these clocks being disabled by clock framework, drop these entries
from the clock table and enable it in the driver probe itself.

Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@xxxxxxxxxxx>
---
Acked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad