Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1408881 > unrolled thread

[PATCH v1 07/14] ARM: dts: omap4-panda-common: Add pdmclk binding for audio

Started byPeter Ujfalusi <peter.ujfalusi@ti.com>
First post2016-05-30 11:00 +0200
Last post2016-05-30 11:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v1 07/14] ARM: dts: omap4-panda-common: Add pdmclk binding for audio Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-05-30 11:00 +0200

#1408881 — [PATCH v1 07/14] ARM: dts: omap4-panda-common: Add pdmclk binding for audio

FromPeter Ujfalusi <peter.ujfalusi@ti.com>
Date2016-05-30 11:00 +0200
Subject[PATCH v1 07/14] ARM: dts: omap4-panda-common: Add pdmclk binding for audio
Message-ID<rErdg-1TA-23@gated-at.bofh.it>
The twl6040 codec is generating the pdmclk, which is used by the McPDM as
functional clock.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 arch/arm/boot/dts/omap4-panda-common.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi
index df2e356ec089..e1d606f64cb7 100644
--- a/arch/arm/boot/dts/omap4-panda-common.dtsi
+++ b/arch/arm/boot/dts/omap4-panda-common.dtsi
@@ -376,6 +376,7 @@
 
 	twl6040: twl@4b {
 		compatible = "ti,twl6040";
+		#clock-cells = <0>;
 		reg = <0x4b>;
 
 		pinctrl-names = "default";
@@ -479,6 +480,10 @@
 &mcpdm {
 	pinctrl-names = "default";
 	pinctrl-0 = <&mcpdm_pins>;
+
+	clocks = <&twl6040>;
+	clock-names = "pdmclk";
+
 	status = "okay";
 };
 
-- 
2.8.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web