aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorSongjun Wu <songjun.wu@atmel.com>2015-11-23 17:19:58 +0800
committerMark Brown <broonie@kernel.org>2015-11-23 11:39:17 +0000
commit0f611e2551deeedaafc0f01b8607eb580622b7bb (patch)
tree440d61482a69a9a646e55fec0ede47c9776740f7 /Documentation/devicetree/bindings/sound
parentASoC: Atmel: ClassD: supports mono audio (diff)
downloadlinux-dev-0f611e2551deeedaafc0f01b8607eb580622b7bb.tar.xz
linux-dev-0f611e2551deeedaafc0f01b8607eb580622b7bb.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/atmel-classd.txt6
1 files changed, 6 insertions, 0 deletions
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>;