Re: [PATCH 2/8] dt-bindings: clock: ipq5332: drop the few nss clocks definition

From: Kathiravan Thirumoorthy
Date: Tue Oct 31 2023 - 00:21:20 EST




On 10/31/2023 12:26 AM, Stephen Boyd wrote:
Quoting Kathiravan Thirumoorthy (2023-10-30 02:47:17)
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.

Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@xxxxxxxxxxx>
---

Instead of this patch just drop the clks from the table and enable the
clks during probe with register writes.


Thanks for the suggestion Stephen, will handle this way in V2. Between, I think still the entries in the dt-bindings can be dropped along with the entries in the clock table?