From: Chanwoo Choi <cw00.choi@samsung.com>
To: Sylwester Nawrocki <s.nawrocki@samsung.com>, linux-clk@vger.kernel.org
Cc: sboyd@codeaurora.org, mturquette@baylibre.com,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, b.zolnierkie@samsung.com,
m.szyprowski@samsung.com
Subject: Re: [PATCH 1/3] clk: exynos5433: Extend list of available AUD_PLL output frequencies
Date: Tue, 06 Feb 2018 11:44:50 +0900 [thread overview]
Message-ID: <5A7916A2.7010307@samsung.com> (raw)
In-Reply-To: <20180205142230.9755-1-s.nawrocki@samsung.com>
Hi Sylwester,
When I developed the clk-exynos5433.c I referred to the following description.
TRM specified that "Samsung recommends only the values
between 252MH ~ 400MHz in the PMS2460X PMS value" for aud_pll.
It looks like that you refer to clk-exynos5420.c driver.
But, I'm wondering exynos5433 might not guarantee the additional clock
of this patch as the stable clock.
On 2018년 02월 05일 23:22, Sylwester Nawrocki wrote:
> Add more definitions to the exynos5433_aud_pll_rates table so the
> AUD_PLL can be used as a root clock source for the I2S1 and the HDMI
> interface.
>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> ---
> drivers/clk/samsung/clk-exynos5433.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c
> index db270908037a..74b70ddab4d6 100644
> --- a/drivers/clk/samsung/clk-exynos5433.c
> +++ b/drivers/clk/samsung/clk-exynos5433.c
> @@ -765,6 +765,14 @@ static const struct samsung_pll_rate_table exynos5433_aud_pll_rates[] __initcons
> PLL_36XX_RATE(294912000U, 98, 1, 3, 19923),
> PLL_36XX_RATE(288000000U, 96, 1, 3, 0),
> PLL_36XX_RATE(252000000U, 84, 1, 3, 0),
> + PLL_36XX_RATE(200000000U, 200, 3, 3, 0),
> + PLL_36XX_RATE(196608001U, 197, 3, 3, -25690),
> + PLL_36XX_RATE(180633609U, 301, 5, 3, 3671),
> + PLL_36XX_RATE(131072006U, 131, 3, 3, 4719),
> + PLL_36XX_RATE(100000000U, 200, 3, 4, 0),
> + PLL_36XX_RATE(65536003U, 131, 3, 4, 4719),
> + PLL_36XX_RATE(49152000U, 197, 3, 5, -25690),
> + PLL_36XX_RATE(32768001U, 131, 3, 5, 4719),
> { /* sentinel */ }
> };
>
> --
> 2.14.2
>
>
>
--
Best Regards,
Chanwoo Choi
Samsung Electronics
WARNING: multiple messages have this Message-ID (diff)
From: cw00.choi@samsung.com (Chanwoo Choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] clk: exynos5433: Extend list of available AUD_PLL output frequencies
Date: Tue, 06 Feb 2018 11:44:50 +0900 [thread overview]
Message-ID: <5A7916A2.7010307@samsung.com> (raw)
In-Reply-To: <20180205142230.9755-1-s.nawrocki@samsung.com>
Hi Sylwester,
When I developed the clk-exynos5433.c I referred to the following description.
TRM specified that "Samsung recommends only the values
between 252MH ~ 400MHz in the PMS2460X PMS value" for aud_pll.
It looks like that you refer to clk-exynos5420.c driver.
But, I'm wondering exynos5433 might not guarantee the additional clock
of this patch as the stable clock.
On 2018? 02? 05? 23:22, Sylwester Nawrocki wrote:
> Add more definitions to the exynos5433_aud_pll_rates table so the
> AUD_PLL can be used as a root clock source for the I2S1 and the HDMI
> interface.
>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> ---
> drivers/clk/samsung/clk-exynos5433.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c
> index db270908037a..74b70ddab4d6 100644
> --- a/drivers/clk/samsung/clk-exynos5433.c
> +++ b/drivers/clk/samsung/clk-exynos5433.c
> @@ -765,6 +765,14 @@ static const struct samsung_pll_rate_table exynos5433_aud_pll_rates[] __initcons
> PLL_36XX_RATE(294912000U, 98, 1, 3, 19923),
> PLL_36XX_RATE(288000000U, 96, 1, 3, 0),
> PLL_36XX_RATE(252000000U, 84, 1, 3, 0),
> + PLL_36XX_RATE(200000000U, 200, 3, 3, 0),
> + PLL_36XX_RATE(196608001U, 197, 3, 3, -25690),
> + PLL_36XX_RATE(180633609U, 301, 5, 3, 3671),
> + PLL_36XX_RATE(131072006U, 131, 3, 3, 4719),
> + PLL_36XX_RATE(100000000U, 200, 3, 4, 0),
> + PLL_36XX_RATE(65536003U, 131, 3, 4, 4719),
> + PLL_36XX_RATE(49152000U, 197, 3, 5, -25690),
> + PLL_36XX_RATE(32768001U, 131, 3, 5, 4719),
> { /* sentinel */ }
> };
>
> --
> 2.14.2
>
>
>
--
Best Regards,
Chanwoo Choi
Samsung Electronics
next prev parent reply other threads:[~2018-02-06 2:44 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20180205142252epcas1p4471e32e2b513806420c64b323af2ffa6@epcas1p4.samsung.com>
2018-02-05 14:22 ` [PATCH 1/3] clk: exynos5433: Extend list of available AUD_PLL output frequencies Sylwester Nawrocki
2018-02-05 14:22 ` Sylwester Nawrocki
2018-02-05 14:22 ` [PATCH 2/3] clk: exynos5433: Allow audio subsystem clock rate propagation Sylwester Nawrocki
2018-02-05 14:22 ` Sylwester Nawrocki
2018-02-06 4:06 ` Chanwoo Choi
2018-02-06 4:06 ` Chanwoo Choi
2018-02-07 15:18 ` Sylwester Nawrocki
2018-02-07 15:18 ` Sylwester Nawrocki
2018-02-09 7:36 ` Chanwoo Choi
2018-02-09 7:36 ` Chanwoo Choi
2018-02-12 11:45 ` Sylwester Nawrocki
2018-02-12 11:45 ` Sylwester Nawrocki
2018-02-12 21:44 ` Chanwoo Choi
2018-02-12 21:44 ` Chanwoo Choi
2018-02-05 14:22 ` [PATCH 3/3] clk: exynos5433: Add CLK_IGNORE_UNUSED flag to sclk_ioclk_i2s1_bclk Sylwester Nawrocki
2018-02-05 14:22 ` Sylwester Nawrocki
2018-02-06 4:08 ` Chanwoo Choi
2018-02-06 4:08 ` Chanwoo Choi
2018-02-14 14:52 ` Sylwester Nawrocki
2018-02-14 14:52 ` Sylwester Nawrocki
2018-02-06 2:44 ` Chanwoo Choi [this message]
2018-02-06 2:44 ` [PATCH 1/3] clk: exynos5433: Extend list of available AUD_PLL output frequencies Chanwoo Choi
2018-02-07 10:29 ` Sylwester Nawrocki
2018-02-07 10:29 ` Sylwester Nawrocki
2018-02-07 11:24 ` Chanwoo Choi
2018-02-07 11:24 ` Chanwoo Choi
2018-02-07 13:04 ` Sylwester Nawrocki
2018-02-07 13:04 ` Sylwester Nawrocki
2018-02-09 7:25 ` Chanwoo Choi
2018-02-09 7:25 ` Chanwoo Choi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5A7916A2.7010307@samsung.com \
--to=cw00.choi@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=mturquette@baylibre.com \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.