[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220624201652.04747C34114@smtp.kernel.org>
Date: Fri, 24 Jun 2022 13:16:49 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Brian Masney <bmasney@...hat.com>
Cc: bjorn.andersson@...aro.org, linux-arm-msm@...r.kernel.org,
agross@...nel.org, mturquette@...libre.com,
linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
ahalaney@...hat.com, echanude@...hat.com
Subject: Re: [PATCH] clk: qcom: sc8280xp: add parent to gcc_ufs_phy_axi_clk for sa8540p
Quoting Brian Masney (2022-06-24 09:40:26)
> On Thu, Jun 23, 2022 at 05:20:53PM -0700, Stephen Boyd wrote:
> > Quoting Brian Masney (2022-06-23 07:28:37)
> > > diff --git a/drivers/clk/qcom/gcc-sc8280xp.c b/drivers/clk/qcom/gcc-sc8280xp.c
> > > index 4b894442fdf5..4639b50da418 100644
> > > --- a/drivers/clk/qcom/gcc-sc8280xp.c
> > > +++ b/drivers/clk/qcom/gcc-sc8280xp.c
> > > @@ -5696,6 +5709,7 @@ static struct clk_branch gcc_ufs_phy_axi_clk = {
> > > .hw.init = &(const struct clk_init_data) {
> > > .name = "gcc_ufs_phy_axi_clk",
> > > .parent_hws = (const struct clk_hw*[]){
> > > + &gcc_ufs_ref_clkref_clk.clkr.hw,
> > > &gcc_ufs_phy_axi_clk_src.clkr.hw,
> > > },
> > > .num_parents = 1,
> >
> > num_parents needs an update.
>
> Oops!
>
> > But this is a branch, not a mux, so it can't have more than one
> > parent.
>
> Would a mux be represented with 'struct clk_rcg2'?
>
Could be. An RCG is more than a mux, because it also has a divider and
an m/n counter.
Powered by blists - more mailing lists