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


Groups > linux.kernel > #1683308 > unrolled thread

[PATCH 2/3] ARM: dts: motorola-cpcap-mapphone: add audio-codec

Started bySebastian Reichel <sebastian.reichel@collabora.co.uk>
First post2017-07-07 18:50 +0200
Last post2017-07-07 18:50 +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 2/3] ARM: dts: motorola-cpcap-mapphone: add audio-codec Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-07-07 18:50 +0200

#1683308 — [PATCH 2/3] ARM: dts: motorola-cpcap-mapphone: add audio-codec

FromSebastian Reichel <sebastian.reichel@collabora.co.uk>
Date2017-07-07 18:50 +0200
Subject[PATCH 2/3] ARM: dts: motorola-cpcap-mapphone: add audio-codec
Message-ID<u0EC6-6Et-13@gated-at.bofh.it>
Add node for audio-codec to its DT file.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
---
 arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
index 1eb5da1dc8f0..86033aee8a29 100644
--- a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
+++ b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
@@ -68,6 +68,12 @@
 			};
 		};
 
+		cpcap_audio: audio-codec {
+			#sound-dai-cells = <1>;
+			compatible = "motorola,cpcap-audio-codec";
+			vdd-supply = <&vaudio>;
+		};
+
 		cpcap_rtc: rtc {
 			compatible = "motorola,cpcap-rtc";
 
-- 
2.13.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web