Skip to content

Commit 464ce94

Browse files
Luo Jieandersson
authored andcommitted
clk: qcom: gcc-ipq5424: Correct the icc_first_node_id
Update to use the expected icc_first_node_id for registering the icc clocks, ensuring correct association of clocks with interconnect nodes. Fixes: 170f3d2 ("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>
1 parent 87284c3 commit 464ce94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/clk/qcom/gcc-ipq5424.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* Copyright (c) 2018,2020 The Linux Foundation. All rights reserved.
4-
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
4+
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
55
*/
66

77
#include <linux/clk-provider.h>
@@ -3284,6 +3284,7 @@ static const struct qcom_cc_desc gcc_ipq5424_desc = {
32843284
.num_clk_hws = ARRAY_SIZE(gcc_ipq5424_hws),
32853285
.icc_hws = icc_ipq5424_hws,
32863286
.num_icc_hws = ARRAY_SIZE(icc_ipq5424_hws),
3287+
.icc_first_node_id = IPQ_APPS_ID,
32873288
};
32883289

32893290
static int gcc_ipq5424_probe(struct platform_device *pdev)

0 commit comments

Comments
 (0)