linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding
@ 2015-11-23  9:19 Songjun Wu
  2015-11-25 23:45 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Songjun Wu @ 2015-11-23  9:19 UTC (permalink / raw)
  To: linux-arm-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 at 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] 3+ messages in thread

* [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding
  2015-11-23  9:19 [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding Songjun Wu
@ 2015-11-25 23:45 ` Rob Herring
  2015-11-26  1:06   ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2015-11-25 23:45 UTC (permalink / raw)
  To: linux-arm-kernel

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.

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 at 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 at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding
  2015-11-25 23:45 ` Rob Herring
@ 2015-11-26  1:06   ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2015-11-26  1:06 UTC (permalink / raw)
  To: linux-arm-kernel

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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151126/f300dfb5/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-26  1:06 UTC | newest]

Thread overview: 3+ 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-25 23:45 ` 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).