Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 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>

authored by

Luo Jie and committed by
Bjorn Andersson
464ce945 87284c38

+2 -1
+2 -1
drivers/clk/qcom/gcc-ipq5424.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * 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. 5 5 */ 6 6 7 7 #include <linux/clk-provider.h> ··· 3284 3284 .num_clk_hws = ARRAY_SIZE(gcc_ipq5424_hws), 3285 3285 .icc_hws = icc_ipq5424_hws, 3286 3286 .num_icc_hws = ARRAY_SIZE(icc_ipq5424_hws), 3287 + .icc_first_node_id = IPQ_APPS_ID, 3287 3288 }; 3288 3289 3289 3290 static int gcc_ipq5424_probe(struct platform_device *pdev)