devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] ARM: Dove: Add the audio device to the Cubox DT
@ 2013-08-28  9:35 Jean-Francois Moine
  2013-08-28 10:14 ` Sebastian Hesselbarth
  0 siblings, 1 reply; 16+ messages in thread
From: Jean-Francois Moine @ 2013-08-28  9:35 UTC (permalink / raw)
  To: linux-arm-kernel, Sebastian Hesselbarth, Jason Cooper
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, Russell King, devicetree, linux-kernel

This patch activates the audio device of the Cubox and sets the i2s
and S/PDIF pins.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
---
 arch/arm/boot/dts/dove-cubox.dts                  | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm/boot/dts/dove-cubox.dts b/arch/arm/boot/dts/dove-cubox.dts
index 4af59b6..003d95b 100644
--- a/arch/arm/boot/dts/dove-cubox.dts
+++ b/arch/arm/boot/dts/dove-cubox.dts
@@ -132,3 +132,16 @@
 		reg = <0>;
 	};
 };
+
+&pinctrl {
+	pmx_audio1_i2s1_spdifo: pmx-audio1-i2s1-spdifo {
+		marvell,pins = "mpp_audio1";
+		marvell,function = "i2s1/spdifo";
+	};
+};
+
+&i2s1 {
+	status = "okay";
+	pinctrl-0 = <&pmx_audio1_i2s1_spdifo>;
+	pinctrl-names = "default";
+};


-- 
Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

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

end of thread, other threads:[~2013-10-08 18:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28  9:35 [PATCH 2/2] ARM: Dove: Add the audio device to the Cubox DT Jean-Francois Moine
2013-08-28 10:14 ` Sebastian Hesselbarth
2013-08-31 10:51   ` Jean-Francois Moine
2013-08-31 11:24     ` Russell King - ARM Linux
2013-08-31 11:55       ` Jean-Francois Moine
2013-08-31 12:17         ` Russell King - ARM Linux
2013-09-01  9:26     ` Sebastian Hesselbarth
     [not found]       ` <140d8d8a23f.2784.107cef0f820c2f5d7b7f41463071c310-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-09-26  8:11         ` Jean-Francois Moine
2013-09-26  8:31           ` Sebastian Hesselbarth
     [not found]             ` <5243F0CE.9000301-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-09-26 11:28               ` Jean-Francois Moine
2013-09-26 12:42                 ` Sebastian Hesselbarth
2013-09-28 14:27                 ` Sebastian Hesselbarth
     [not found]                   ` <5246E747.6020103-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-10-03 16:17                     ` Jean-Francois Moine
2013-10-08 16:11                       ` Jason Cooper
     [not found]                         ` <20131008161145.GJ5402-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2013-10-08 17:59                           ` Jean-Francois Moine
2013-10-08 18:00                             ` Jason Cooper

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).