Message ID | 20180212155227.20605-1-s.nawrocki@samsung.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Hi, On 2018년 02월 13일 00:52, Sylwester Nawrocki wrote: > Add one more entry to the exynos5433_aud_pll_rates table, this allows > to support audio sample rates: 48000, 96000, 192000 Hz with minimum > error. The M, P, S, K values re confirmed by the HW team. > > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> > --- > drivers/clk/samsung/clk-exynos5433.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c > index ebd18586e325..b08a9028653f 100644 > --- a/drivers/clk/samsung/clk-exynos5433.c > +++ b/drivers/clk/samsung/clk-exynos5433.c > @@ -765,6 +765,7 @@ 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(196608001U, 197, 3, 3, -25690), > { /* sentinel */ } > }; Looks good to me. Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
On 02/12/2018 10:46 PM, Chanwoo Choi wrote: > On 2018년 02월 13일 00:52, Sylwester Nawrocki wrote: >> Add one more entry to the exynos5433_aud_pll_rates table, this allows >> to support audio sample rates: 48000, 96000, 192000 Hz with minimum >> error. The M, P, S, K values re confirmed by the HW team. >> >> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> >> --- >> drivers/clk/samsung/clk-exynos5433.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c >> index ebd18586e325..b08a9028653f 100644 >> --- a/drivers/clk/samsung/clk-exynos5433.c >> +++ b/drivers/clk/samsung/clk-exynos5433.c >> @@ -765,6 +765,7 @@ 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(196608001U, 197, 3, 3, -25690), >> { /* sentinel */ } >> }; > Looks good to me. > Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Thanks, patch applied to clk/samsung tree. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c index ebd18586e325..b08a9028653f 100644 --- a/drivers/clk/samsung/clk-exynos5433.c +++ b/drivers/clk/samsung/clk-exynos5433.c @@ -765,6 +765,7 @@ 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(196608001U, 197, 3, 3, -25690), { /* sentinel */ } };
Add one more entry to the exynos5433_aud_pll_rates table, this allows to support audio sample rates: 48000, 96000, 192000 Hz with minimum error. The M, P, S, K values re confirmed by the HW team. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> --- drivers/clk/samsung/clk-exynos5433.c | 1 + 1 file changed, 1 insertion(+) -- 2.14.2 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html