Re: [PATCH 2/3] clk: qcom: ipq5210: Use icc-clk for enabling NoC related clocks
From: Dmitry Baryshkov
Date: Fri May 15 2026 - 09:44:45 EST
On Thu, May 14, 2026 at 09:35:36AM +0530, Varadarajan Narayanan wrote:
> Use the icc-clk framework to enable few clocks to be able to
> create paths and use the peripherals connected on those NoCs.
>
> Signed-off-by: Varadarajan Narayanan <varadarajan.narayanan@xxxxxxxxxxxxxxxx>
> ---
> drivers/clk/qcom/gcc-ipq5210.c | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> @@ -2642,6 +2657,7 @@ static struct platform_driver gcc_ipq5210_driver = {
> .driver = {
> .name = "qcom,gcc-ipq5210",
> .of_match_table = gcc_ipq5210_match_table,
> + .sync_state = icc_sync_state,
in Kconfig:
select INTERCONNECT
OR
depends on INTERCONNECT
> },
> };
>
>
> --
> 2.34.1
>
--
With best wishes
Dmitry