Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1586299
| From | Mikko Perttunen <cyndis@kapsi.fi> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/7] clk: tegra: fix pll_a1 iddq register, add pll_a1 |
| Date | 2017-02-22 17:40 +0100 |
| Message-ID | <tdI7n-4xK-1@gated-at.bofh.it> (permalink) |
| References | <tdGRX-3AG-7@gated-at.bofh.it> <tdGRY-3AG-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
On 02/22/2017 05:13 PM, Peter De Schrijver wrote:
> pll_a1 was using CLK_RST_CONTROLLER_PLLA1_MISC_0 for IDDQ control rather
> than the correct register CLK_RST_CONTROLLER_PLLA1_MISC_1. Also add pll_a1
> to the set of clocks defined for Tegra210.
>
> Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
> ---
> drivers/clk/tegra/clk-tegra210.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/clk/tegra/clk-tegra210.c b/drivers/clk/tegra/clk-tegra210.c
> index 2896d2e..2ef8d49 100644
> --- a/drivers/clk/tegra/clk-tegra210.c
> +++ b/drivers/clk/tegra/clk-tegra210.c
> @@ -1772,7 +1772,7 @@ static u32 pll_expo_p_to_pdiv(u32 p, u32 *pdiv)
> .misc_reg = PLLA1_MISC0,
> .lock_mask = PLLCX_BASE_LOCK,
> .lock_delay = 300,
> - .iddq_reg = PLLA1_MISC0,
> + .iddq_reg = PLLA1_MISC1,
> .iddq_bit_idx = PLLCX_IDDQ_BIT,
> .reset_reg = PLLA1_MISC0,
> .reset_bit_idx = PLLCX_RESET_BIT,
> @@ -2209,6 +2209,7 @@ static u32 pll_expo_p_to_pdiv(u32 p, u32 *pdiv)
> [tegra_clk_pll_c4_out2] = { .dt_id = TEGRA210_CLK_PLL_C4_OUT2, .present = true },
> [tegra_clk_pll_c4_out3] = { .dt_id = TEGRA210_CLK_PLL_C4_OUT3, .present = true },
> [tegra_clk_apb2ape] = { .dt_id = TEGRA210_CLK_APB2APE, .present = true },
> + [tegra_clk_pll_a1] = { .dt_id = TEGRA210_CLK_PLL_A1, .present = true },
> };
>
> static struct tegra_devclk devclks[] __initdata = {
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/7] clk: tegra: fix pll_a1 iddq register, add pll_a1 Peter De Schrijver <pdeschrijver@nvidia.com> - 2017-02-22 16:20 +0100 Re: [PATCH 1/7] clk: tegra: fix pll_a1 iddq register, add pll_a1 Mikko Perttunen <cyndis@kapsi.fi> - 2017-02-22 17:40 +0100
csiph-web