]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: qcom: Add NSS clock controller driver for IPQ5424
authorLuo Jie <quic_luoj@quicinc.com>
Tue, 14 Oct 2025 14:35:33 +0000 (22:35 +0800)
committerBjorn Andersson <andersson@kernel.org>
Wed, 22 Oct 2025 21:58:33 +0000 (16:58 -0500)
commitfd0b632efbbdf427678a7a880abeb828bc4633fe
tree935ac1c7e169a6589d425c75624fdd7d3b2907a9
parentd08882c66d7a929c321cfaca9dee64e40eba3bd2
clk: qcom: Add NSS clock controller driver for IPQ5424

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.

Acked-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Luo Jie <quic_luoj@quicinc.com>
Link: https://lore.kernel.org/r/20251014-qcom_ipq5424_nsscc-v7-8-081f4956be02@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/Kconfig
drivers/clk/qcom/Makefile
drivers/clk/qcom/nsscc-ipq5424.c [new file with mode: 0644]