[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YAbo2574CnMB+UuU@ulmo>
Date: Tue, 19 Jan 2021 15:12:43 +0100
From: Thierry Reding <thierry.reding@...il.com>
To: JC Kuo <jckuo@...dia.com>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: gregkh@...uxfoundation.org, robh@...nel.org, jonathanh@...dia.com,
kishon@...com, linux-tegra@...r.kernel.org,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, nkristam@...dia.com,
Thierry Reding <treding@...dia.com>, linux-clk@...r.kernel.org
Subject: Re: [PATCH v6 02/15] clk: tegra: Don't enable PLLE HW sequencer at
init
On Tue, Jan 19, 2021 at 04:55:33PM +0800, JC Kuo wrote:
> PLLE hardware power sequencer references PEX/SATA UPHY PLL hardware
> power sequencers' output to enable/disable PLLE. PLLE hardware power
> sequencer has to be enabled only after PEX/SATA UPHY PLL's sequencers
> are enabled.
>
> Signed-off-by: JC Kuo <jckuo@...dia.com>
> Acked-by: Thierry Reding <treding@...dia.com>
> ---
> v6:
> no change
> v5:
> no change
> v4:
> no change
> v3:
> no change
>
> drivers/clk/tegra/clk-pll.c | 12 ------------
> 1 file changed, 12 deletions(-)
Michael, Stephen,
here's patch 2 of the hardware sequencer series that would need an
Acked-by so that it can go through a different tree.
Thanks,
Thierry
>
> diff --git a/drivers/clk/tegra/clk-pll.c b/drivers/clk/tegra/clk-pll.c
> index c5cc0a2dac6f..0193cebe8c5a 100644
> --- a/drivers/clk/tegra/clk-pll.c
> +++ b/drivers/clk/tegra/clk-pll.c
> @@ -2515,18 +2515,6 @@ static int clk_plle_tegra210_enable(struct clk_hw *hw)
> pll_writel(val, PLLE_SS_CTRL, pll);
> udelay(1);
>
> - val = pll_readl_misc(pll);
> - val &= ~PLLE_MISC_IDDQ_SW_CTRL;
> - pll_writel_misc(val, pll);
> -
> - val = pll_readl(pll->params->aux_reg, pll);
> - val |= (PLLE_AUX_USE_LOCKDET | PLLE_AUX_SS_SEQ_INCLUDE);
> - val &= ~(PLLE_AUX_ENABLE_SWCTL | PLLE_AUX_SS_SWCTL);
> - pll_writel(val, pll->params->aux_reg, pll);
> - udelay(1);
> - val |= PLLE_AUX_SEQ_ENABLE;
> - pll_writel(val, pll->params->aux_reg, pll);
> -
> out:
> if (pll->lock)
> spin_unlock_irqrestore(pll->lock, flags);
> --
> 2.25.1
>
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists