Re: [PATCH 6/8] clk: qcom: Add NSS clock controller driver for IPQ5424

From: Luo Jie
Date: Wed Jun 18 2025 - 11:16:19 EST




On 6/17/2025 10:50 PM, Krzysztof Kozlowski wrote:
On 17/06/2025 14:06, Luo Jie wrote:
NSS (Network Subsystem) clock controller provides the clocks and
resets to the networking hardware blocks of the IPQ5424 SoC.

The icc-clk framework is used to enable NoC related clocks to
create paths so that the networking blocks can connect to these
NoCs.

Signed-off-by: Luo Jie <quic_luoj@xxxxxxxxxxx>
---
drivers/clk/qcom/Kconfig | 11 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/nsscc-ipq5424.c | 1340 ++++++++++++++++++++++++++++++++++++++
3 files changed, 1352 insertions(+)

diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
index 7d5dac26b244..fc4755f18b84 100644
--- a/drivers/clk/qcom/Kconfig
+++ b/drivers/clk/qcom/Kconfig
@@ -281,6 +281,17 @@ config IPQ_GCC_9574
i2c, USB, SD/eMMC, etc. Select this for the root clock
of ipq9574.
+config IPQ_NSSCC_5424
+ tristate "IPQ5424 NSS Clock Controller"
+ depends on ARM64 || COMPILE_TEST
+ depends on IPQ_GCC_5424

Messed up indentation.

Sorry, thank you for pointing to it. I will fix the indentation.


Best regards,
Krzysztof