From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
Cc: Stephen Boyd <sboyd@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Ludovic Desroches <ludovic.desroches@microchip.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] clk: at91: enable AUDIOPLL as source for PCKx
Date: Tue, 18 Dec 2018 10:55:50 +0100 [thread overview]
Message-ID: <20181218095550.GW19816@piout.net> (raw)
In-Reply-To: <e07fdef0c9a959a6e820a040048e9ab5b7aec9d2.1545075103.git.mirq-linux@rere.qmqm.pl>
Hello,
On 17/12/2018 20:37:04+0100, Michał Mirosław wrote:
> SAMA5D2x have 6 sources, the last being AUDIOPLL.
>
> Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
> ---
> arch/arm/boot/dts/sama5d2.dtsi | 2 +-
> drivers/clk/at91/dt-compat.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
> index dd0dda6ed44b..6c8c15c363e4 100644
> --- a/arch/arm/boot/dts/sama5d2.dtsi
> +++ b/arch/arm/boot/dts/sama5d2.dtsi
> @@ -526,7 +526,7 @@
> #address-cells = <1>;
> #size-cells = <0>;
> interrupt-parent = <&pmc>;
> - clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
> + clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>, <&audio_pll_pmc>;
This won't apply as sama5d2 has now switch to the new binding. Please
fix drivers/clk/at91/sama5d2.c instead.
>
> prog0: prog0 {
> #clock-cells = <0>;
> diff --git a/drivers/clk/at91/dt-compat.c b/drivers/clk/at91/dt-compat.c
> index b95bb4e2a927..19badfc51f50 100644
> --- a/drivers/clk/at91/dt-compat.c
> +++ b/drivers/clk/at91/dt-compat.c
> @@ -17,7 +17,7 @@
>
> #define PERIPHERAL_ID_MIN 2
>
> -#define PROG_SOURCE_MAX 5
> +#define PROG_SOURCE_MAX 6
> #define PROG_ID_MAX 7
>
> #define SYSTEM_MAX_ID 31
> --
> 2.19.2
>
--
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2018-12-18 9:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-17 19:37 [PATCH] clk: at91: enable AUDIOPLL as source for PCKx Michał Mirosław
2018-12-18 9:55 ` Alexandre Belloni [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=20181218095550.GW19816@piout.net \
--to=alexandre.belloni@bootlin.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=ludovic.desroches@microchip.com \
--cc=mirq-linux@rere.qmqm.pl \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).