]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: qcom: Add TCSR clock driver for Nord SoC
authorTaniya Das <taniya.das@oss.qualcomm.com>
Fri, 3 Apr 2026 14:10:52 +0000 (16:10 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 9 Apr 2026 01:57:01 +0000 (20:57 -0500)
commit9d13c7bbee5f789738a645df5868b69da5ae3879
treed50061ba74e36ae48b02b55dbb21575ad42dc1c6
parent06498d59bb4e10032b1495762a999d640fe4a8dc
clk: qcom: Add TCSR clock driver for Nord SoC

Add a clock driver for the TCSR clock controller found on Nord SoC,
which provides refclks for PCIE, USB, SGMII, UFS subsystems.

[Shawn:
- Use compatible qcom,nord-tcsrcc
- Drop include of <linux/of.h> as the driver doesn't use any OF APIs]

Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com>
Co-developed-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260403-nord-clks-v1-4-018af14979fd@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/Kconfig
drivers/clk/qcom/Makefile
drivers/clk/qcom/tcsrcc-nord.c [new file with mode: 0644]