Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1275153 > unrolled thread
| Started by | Songjun Wu <songjun.wu@atmel.com> |
|---|---|
| First post | 2015-11-23 10:30 +0100 |
| Last post | 2015-11-26 02:10 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding Songjun Wu <songjun.wu@atmel.com> - 2015-11-23 10:30 +0100
Re: [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding Rob Herring <robh@kernel.org> - 2015-11-26 00:50 +0100
Re: [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding Mark Brown <broonie@kernel.org> - 2015-11-26 02:10 +0100
| From | Songjun Wu <songjun.wu@atmel.com> |
|---|---|
| Date | 2015-11-23 10:30 +0100 |
| Subject | [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding |
| Message-ID | <qxVBF-8jJ-13@gated-at.bofh.it> |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2015-11-26 00:50 +0100 |
| Message-ID | <qyRZ0-4Aw-5@gated-at.bofh.it> |
| In reply to | #1275153 |
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@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@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2015-11-26 02:10 +0100 |
| Message-ID | <qyTep-5xP-5@gated-at.bofh.it> |
| In reply to | #1277885 |
[Multipart message — attachments visible in raw view] — view raw
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.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web