From: Jerome Brunet <jbrunet@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
Kevin Hilman <khilman@baylibre.com>,
Carlo Caione <carlo@caione.org>
Cc: linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] clk: meson: drop clk-audio-divider
Date: Tue, 26 Jun 2018 13:19:45 +0200 [thread overview]
Message-ID: <1530011985.2900.45.camel@baylibre.com> (raw)
In-Reply-To: <20180620100610.29010-1-jbrunet@baylibre.com>
On Wed, 2018-06-20 at 12:06 +0200, Jerome Brunet wrote:
> As explained in the commit descriptions, clk-audio-divider was a poor
> solution to make sure PLL rates would be high enough while using CCF
> rate propagation to determine audio clock rates.
>
> Stopping rate propagation before the PLLs is actually simpler and provides
> better results. It also allow to get rid of clk-audio-divider.
>
> Off tree sound cards using these clocks should add the following to the
> sound card DT to properly setup the PLLs:
>
> assigned-clocks = <&clkc CLKID_MPLL2>,
> <&clkc CLKID_MPLL0>,
> <&clkc CLKID_MPLL1>;
> assigned-clock-parents = <0>, <0>, <0>;
> assigned-clock-rates = <294912000>,
> <270950400>,
> <393216000>;
>
> * MPLL2: 294912000Hz: 192Khz * 32 * 24 * 2
> used 24, 48, 96, 192Khz
>
> * MPLL0: 270950400Hz: 176.4Khz * 32 * 24 * 2
> used for 5.512, 10.025, 20.05, 44.1, 88.2 and 176,4Khz
>
> * MPLL1: 393216000Hz: 64Khz * 32 * 24 * 8
> used for 8, 16, 32 and 64Khz
>
> Jerome Brunet (2):
> clk: meson: stop rate propagation for audio clocks
> clk: meson: remove unused clk-audio-divider driver
>
> drivers/clk/meson/Makefile | 2 +-
> drivers/clk/meson/clk-audio-divider.c | 110 ----------------------------------
> drivers/clk/meson/clkc.h | 7 ---
> drivers/clk/meson/gxbb.c | 16 +++--
> 4 files changed, 8 insertions(+), 127 deletions(-)
> delete mode 100644 drivers/clk/meson/clk-audio-divider.c
>
Rebased and applied with Neil's ack.
prev parent reply other threads:[~2018-06-26 11:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-20 10:06 [PATCH 0/2] clk: meson: drop clk-audio-divider Jerome Brunet
2018-06-20 10:06 ` [PATCH 1/2] clk: meson: stop rate propagation for audio clocks Jerome Brunet
2018-06-26 8:08 ` Neil Armstrong
2018-06-20 10:06 ` [PATCH 2/2] clk: meson: remove unused clk-audio-divider driver Jerome Brunet
2018-06-26 8:09 ` Neil Armstrong
2018-06-26 11:19 ` Jerome Brunet [this message]
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=1530011985.2900.45.camel@baylibre.com \
--to=jbrunet@baylibre.com \
--cc=carlo@caione.org \
--cc=khilman@baylibre.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=narmstrong@baylibre.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox