All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: Dove: Add the audio devices in DT
@ 2013-08-28  9:34 ` Jean-Francois Moine
  0 siblings, 0 replies; 57+ messages in thread
From: Jean-Francois Moine @ 2013-08-28  9:34 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 adds the nodes to instantiate the audio devices of the Dove
boards.

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

diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 499abad..78227e2 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -573,6 +573,24 @@
 					phy-handle = <&ethphy>;
 				};
 			};
+
+			i2s0: audio-controller@b0000 {
+				compatible = "marvell,mvebu-audio";
+				reg = <0xb0000 0x2210>;
+				interrupts = <19>, <20>;
+				clocks = <&gate_clk 12>;
+				clock-names = "internal";
+				status = "disabled";
+			};
+
+			i2s1: audio-controller@b4000 {
+				compatible = "marvell,mvebu-audio";
+				reg = <0xb4000 0x2210>;
+				interrupts = <21>, <22>;
+				clocks = <&gate_clk 13>;
+				clock-names = "internal";
+				status = "disabled";
+			};
 		};
 	};
 };


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

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

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

Thread overview: 57+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-28  9:34 [PATCH 1/2] ARM: Dove: Add the audio devices in DT Jean-Francois Moine
2013-08-28  9:34 ` Jean-Francois Moine
2013-08-28 10:13 ` Sebastian Hesselbarth
2013-08-28 10:13   ` Sebastian Hesselbarth
2013-08-28 10:13   ` Sebastian Hesselbarth
2013-08-28 10:19   ` Thomas Petazzoni
2013-08-28 10:19     ` Thomas Petazzoni
2013-08-28 10:19     ` Thomas Petazzoni
2013-08-28 10:26     ` Sebastian Hesselbarth
2013-08-28 10:26       ` Sebastian Hesselbarth
2013-08-28 10:26       ` Sebastian Hesselbarth
2013-08-28 11:15       ` Thomas Petazzoni
2013-08-28 11:15         ` Thomas Petazzoni
2013-08-28 11:44         ` Sebastian Hesselbarth
2013-08-28 11:44           ` Sebastian Hesselbarth
2013-08-28 11:58           ` Thomas Petazzoni
2013-08-28 11:58             ` Thomas Petazzoni
2013-08-28 12:13             ` Russell King - ARM Linux
2013-08-28 12:13               ` Russell King - ARM Linux
2013-08-28 12:29               ` Thomas Petazzoni
2013-08-28 12:29                 ` Thomas Petazzoni
2013-08-28 12:42                 ` Russell King - ARM Linux
2013-08-28 12:42                   ` Russell King - ARM Linux
2013-08-28 12:51                   ` Thomas Petazzoni
2013-08-28 12:51                     ` Thomas Petazzoni
2013-08-28 13:58                     ` Russell King - ARM Linux
2013-08-28 13:58                       ` Russell King - ARM Linux
2013-08-28 12:16             ` Sebastian Hesselbarth
2013-08-28 12:16               ` Sebastian Hesselbarth
2013-08-29 10:07               ` Jean-Francois Moine
2013-08-29 10:07                 ` Jean-Francois Moine
2013-08-29 10:13                 ` Russell King - ARM Linux
2013-08-29 10:13                   ` Russell King - ARM Linux
2013-08-29 11:01                   ` Sebastian Hesselbarth
2013-08-29 11:01                     ` Sebastian Hesselbarth
2013-08-30 15:08                     ` Russell King - ARM Linux
2013-08-30 15:08                       ` Russell King - ARM Linux
2013-08-29  9:46         ` Jean-Francois Moine
2013-08-29  9:46           ` Jean-Francois Moine
2013-08-29 16:12       ` Mark Brown
2013-08-29 16:12         ` Mark Brown
2013-08-29 16:33         ` Russell King - ARM Linux
2013-08-29 16:33           ` Russell King - ARM Linux
2013-08-29 17:12           ` Mark Brown
2013-08-29 17:12             ` Mark Brown
2013-08-29 18:02             ` Sebastian Hesselbarth
2013-08-29 18:02               ` Sebastian Hesselbarth
2013-08-29 18:20               ` Mark Brown
2013-08-29 18:20                 ` Mark Brown
2013-08-29 18:34                 ` Russell King - ARM Linux
2013-08-29 18:34                   ` Russell King - ARM Linux
2013-08-28 19:49 ` Sergei Shtylyov
2013-08-28 19:49   ` Sergei Shtylyov
2013-08-29  9:38   ` Jean-Francois Moine
2013-08-29  9:38     ` Jean-Francois Moine
2013-08-29 14:13     ` Sergei Shtylyov
2013-08-29 14:13       ` Sergei Shtylyov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.