On 1/28/24 23:11, Devi Priya wrote:
Add Networking Sub System Clock Controller(NSSCC) driver for ipq9574 based devices. Signed-off-by: Devi Priya <quic_devipriy@xxxxxxxxxxx> --- Changes in V3: - Moved DT_XO to the beginning of the enum list - Hex values changed to lowercase - Construct mask for resets which require multiple bits to be set/cleared. - Dropped pm_clks as the necessary nss clocks are enabled in the probe function of gcc driver. drivers/clk/qcom/Kconfig | 7 + drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/nsscc-ipq9574.c | 3068 ++++++++++++++++++++++++++++++ 3 files changed, 3076 insertions(+) create mode 100644 drivers/clk/qcom/nsscc-ipq9574.c
Tested-by: Alexandru Gagniuc <mr.nuke.me@xxxxxxxxx>