]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clk: qcom: gcc-ipq5424: Correct the icc_first_node_id
authorLuo Jie <quic_luoj@quicinc.com>
Tue, 14 Oct 2025 14:35:26 +0000 (22:35 +0800)
committerBjorn Andersson <andersson@kernel.org>
Wed, 22 Oct 2025 21:58:33 +0000 (16:58 -0500)
Update to use the expected icc_first_node_id for registering the icc
clocks, ensuring correct association of clocks with interconnect nodes.

Fixes: 170f3d2c065e ("clk: qcom: ipq5424: Use icc-clk for enabling NoC related clocks")
Reviewed-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-1-081f4956be02@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/gcc-ipq5424.c

index 3d42f3d85c7a9289e6489b3c4c83bef8bc02f4fb..71afa1b86b72337db20d0432009d39a9c925b8c5 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2018,2020 The Linux Foundation. All rights reserved.
- * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
  */
 
 #include <linux/clk-provider.h>
@@ -3284,6 +3284,7 @@ static const struct qcom_cc_desc gcc_ipq5424_desc = {
        .num_clk_hws = ARRAY_SIZE(gcc_ipq5424_hws),
        .icc_hws = icc_ipq5424_hws,
        .num_icc_hws = ARRAY_SIZE(icc_ipq5424_hws),
+       .icc_first_node_id = IPQ_APPS_ID,
 };
 
 static int gcc_ipq5424_probe(struct platform_device *pdev)