* [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding
@ 2015-11-23 9:19 Songjun Wu
2015-11-23 11:40 ` Applied "ASoC: Atmel: ClassD: add GCK's parent clock in DT binding" to the asoc tree Mark Brown
[not found] ` <1448270399-28728-1-git-send-email-songjun.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
0 siblings, 2 replies; 4+ messages in thread
From: Songjun Wu @ 2015-11-23 9:19 UTC (permalink / raw)
To: broonie
Cc: alsa-devel, linux-arm-kernel, Songjun Wu, Rob Herring, Pawel Moll,
Mark Rutland, Ian Campbell, Kumar Gala, devicetree, linux-kernel
Set GCK's parent as audio clock.
Signed-off-by: Songjun Wu <songjun.wu@atmel.com>
---
.../devicetree/bindings/sound/atmel-classd.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/atmel-classd.txt b/Documentation/devicetree/bindings/sound/atmel-classd.txt
index 0018451..549e701 100644
--- a/Documentation/devicetree/bindings/sound/atmel-classd.txt
+++ b/Documentation/devicetree/bindings/sound/atmel-classd.txt
@@ -16,6 +16,10 @@ Required properties:
Required elements: "pclk", "gclk" and "aclk".
- clocks
Please refer to clock-bindings.txt.
+- assigned-clocks
+ Should be <&classd_gclk>.
+- assigned-clock-parents
+ Should be <&audio_pll_pmc>.
Optional properties:
- pinctrl-names, pinctrl-0
@@ -43,6 +47,8 @@ classd: classd@fc048000 {
dma-names = "tx";
clocks = <&classd_clk>, <&classd_gclk>, <&audio_pll_pmc>;
clock-names = "pclk", "gclk", "aclk";
+ assigned-clocks = <&classd_gclk>;
+ assigned-clock-parents = <&audio_pll_pmc>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_classd_default>;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Applied "ASoC: Atmel: ClassD: add GCK's parent clock in DT binding" to the asoc tree
2015-11-23 9:19 [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding Songjun Wu
@ 2015-11-23 11:40 ` Mark Brown
[not found] ` <1448270399-28728-1-git-send-email-songjun.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2015-11-23 11:40 UTC (permalink / raw)
To: Songjun Wu, Mark Brown; +Cc: alsa-devel
The patch
ASoC: Atmel: ClassD: add GCK's parent clock in DT binding
has been applied to the asoc tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
>From 0f611e2551deeedaafc0f01b8607eb580622b7bb Mon Sep 17 00:00:00 2001
From: Songjun Wu <songjun.wu@atmel.com>
Date: Mon, 23 Nov 2015 17:19:58 +0800
Subject: [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding
Set GCK's parent as audio clock.
Signed-off-by: Songjun Wu <songjun.wu@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
Documentation/devicetree/bindings/sound/atmel-classd.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/atmel-classd.txt b/Documentation/devicetree/bindings/sound/atmel-classd.txt
index 0018451c4351..549e701cb7a1 100644
--- a/Documentation/devicetree/bindings/sound/atmel-classd.txt
+++ b/Documentation/devicetree/bindings/sound/atmel-classd.txt
@@ -16,6 +16,10 @@ Required properties:
Required elements: "pclk", "gclk" and "aclk".
- clocks
Please refer to clock-bindings.txt.
+- assigned-clocks
+ Should be <&classd_gclk>.
+- assigned-clock-parents
+ Should be <&audio_pll_pmc>.
Optional properties:
- pinctrl-names, pinctrl-0
@@ -43,6 +47,8 @@ classd: classd@fc048000 {
dma-names = "tx";
clocks = <&classd_clk>, <&classd_gclk>, <&audio_pll_pmc>;
clock-names = "pclk", "gclk", "aclk";
+ assigned-clocks = <&classd_gclk>;
+ assigned-clock-parents = <&audio_pll_pmc>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_classd_default>;
--
2.6.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding
[not found] ` <1448270399-28728-1-git-send-email-songjun.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
@ 2015-11-25 23:45 ` Rob Herring
2015-11-26 1:06 ` Mark Brown
0 siblings, 1 reply; 4+ messages in thread
From: Rob Herring @ 2015-11-25 23:45 UTC (permalink / raw)
To: Songjun Wu
Cc: broonie-DgEjT+Ai2ygdnm+yROfE0A, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Pawel Moll,
Mark Rutland, Ian Campbell, Kumar Gala,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
On Mon, Nov 23, 2015 at 05:19:58PM +0800, Songjun Wu wrote:
> Set GCK's parent as audio clock.
>
> Signed-off-by: Songjun Wu <songjun.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Applied, thanks.
Rob
> ---
>
> .../devicetree/bindings/sound/atmel-classd.txt | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/sound/atmel-classd.txt b/Documentation/devicetree/bindings/sound/atmel-classd.txt
> index 0018451..549e701 100644
> --- a/Documentation/devicetree/bindings/sound/atmel-classd.txt
> +++ b/Documentation/devicetree/bindings/sound/atmel-classd.txt
> @@ -16,6 +16,10 @@ Required properties:
> Required elements: "pclk", "gclk" and "aclk".
> - clocks
> Please refer to clock-bindings.txt.
> +- assigned-clocks
> + Should be <&classd_gclk>.
> +- assigned-clock-parents
> + Should be <&audio_pll_pmc>.
>
> Optional properties:
> - pinctrl-names, pinctrl-0
> @@ -43,6 +47,8 @@ classd: classd@fc048000 {
> dma-names = "tx";
> clocks = <&classd_clk>, <&classd_gclk>, <&audio_pll_pmc>;
> clock-names = "pclk", "gclk", "aclk";
> + assigned-clocks = <&classd_gclk>;
> + assigned-clock-parents = <&audio_pll_pmc>;
>
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_classd_default>;
> --
> 1.7.9.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding
2015-11-25 23:45 ` [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding Rob Herring
@ 2015-11-26 1:06 ` Mark Brown
0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2015-11-26 1:06 UTC (permalink / raw)
To: Rob Herring
Cc: Mark Rutland, devicetree, alsa-devel, Pawel Moll, Ian Campbell,
linux-kernel, Songjun Wu, Kumar Gala, linux-arm-kernel
[-- Attachment #1.1: Type: text/plain, Size: 276 bytes --]
On Wed, Nov 25, 2015 at 05:45:24PM -0600, Rob Herring wrote:
> On Mon, Nov 23, 2015 at 05:19:58PM +0800, Songjun Wu wrote:
> > Set GCK's parent as audio clock.
> > Signed-off-by: Songjun Wu <songjun.wu@atmel.com>
> Applied, thanks.
I already applied this to the ASoC tree.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-11-26 1:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-23 9:19 [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding Songjun Wu
2015-11-23 11:40 ` Applied "ASoC: Atmel: ClassD: add GCK's parent clock in DT binding" to the asoc tree Mark Brown
[not found] ` <1448270399-28728-1-git-send-email-songjun.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2015-11-25 23:45 ` [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding Rob Herring
2015-11-26 1:06 ` Mark Brown
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).