On Fri, Jun 09, 2023 at 10:19:20PM +0200, Konrad Dybcio wrote: > Assign the necessary definitions to migrate to the new bus clock > handling mechanism. > > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Reviewed-by: Stephan Gerhold <stephan@xxxxxxxxxxx> > --- > drivers/interconnect/qcom/msm8916.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/interconnect/qcom/msm8916.c b/drivers/interconnect/qcom/msm8916.c > index 196b05879896..be2a190a8b52 100644 > --- a/drivers/interconnect/qcom/msm8916.c > +++ b/drivers/interconnect/qcom/msm8916.c > @@ -1231,6 +1231,7 @@ static const struct qcom_icc_desc msm8916_snoc = { > .type = QCOM_ICC_NOC, > .nodes = msm8916_snoc_nodes, > .num_nodes = ARRAY_SIZE(msm8916_snoc_nodes), > + .bus_clk_desc = &bus_1_clk, > .regmap_cfg = &msm8916_snoc_regmap_config, > .qos_offset = 0x7000, > }; > @@ -1259,6 +1260,7 @@ static const struct qcom_icc_desc msm8916_bimc = { > .type = QCOM_ICC_BIMC, > .nodes = msm8916_bimc_nodes, > .num_nodes = ARRAY_SIZE(msm8916_bimc_nodes), > + .bus_clk_desc = &bimc_clk, > .regmap_cfg = &msm8916_bimc_regmap_config, > .qos_offset = 0x8000, > }; > @@ -1328,6 +1330,7 @@ static const struct qcom_icc_desc msm8916_pcnoc = { > .type = QCOM_ICC_NOC, > .nodes = msm8916_pcnoc_nodes, > .num_nodes = ARRAY_SIZE(msm8916_pcnoc_nodes), > + .bus_clk_desc = &bus_0_clk, > .regmap_cfg = &msm8916_pcnoc_regmap_config, > .qos_offset = 0x7000, > }; > > -- > 2.41.0 >