All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: bcm2835: add I2S pinctrl to device tree
@ 2014-09-17  1:51 Stephen Warren
  2014-09-25 21:25 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2014-09-17  1:51 UTC (permalink / raw)
  To: linux-arm-kernel

From: Mark Brown <broonie@linaro.org>

Signed-off-by: Florian Meier <florian.meier@koalo.de>
[Tweaked slightly to disable by default -- broonie]
Signed-off-by: Mark Brown <broonie@linaro.org>
[swarren, removed duplicate i2s node]
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
---
These two patches are all I expect to have for RPi for 3.18, so I figure
it's easiest to just forward them on to you rather than sending tiny pull
requests.

 arch/arm/boot/dts/bcm2835-rpi-b.dts | 8 +++++++-
 arch/arm/boot/dts/bcm2835.dtsi      | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm2835-rpi-b.dts b/arch/arm/boot/dts/bcm2835-rpi-b.dts
index 2a3b1c1..58a0d60 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-b.dts
+++ b/arch/arm/boot/dts/bcm2835-rpi-b.dts
@@ -23,7 +23,7 @@
 
 &gpio {
 	pinctrl-names = "default";
-	pinctrl-0 = <&gpioout &alt0 &alt3>;
+	pinctrl-0 = <&gpioout &alt0 &alt2 &alt3>;
 
 	gpioout: gpioout {
 		brcm,pins = <6>;
@@ -39,6 +39,12 @@
 		brcm,pins = <48 49 50 51 52 53>;
 		brcm,function = <7>; /* alt3 */
 	};
+
+	/* I2S interface */
+	alt2: alt2 {
+		brcm,pins = <28 29 30 31>;
+		brcm,function = <6>; /* alt2 */
+	};
 };
 
 &i2c0 {
diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
index b8473c4..3342cb1 100644
--- a/arch/arm/boot/dts/bcm2835.dtsi
+++ b/arch/arm/boot/dts/bcm2835.dtsi
@@ -99,6 +99,7 @@
 			dmas = <&dma 2>,
 			       <&dma 3>;
 			dma-names = "tx", "rx";
+			status = "disabled";
 		};
 
 		spi: spi at 7e204000 {
-- 
1.9.1

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

* [PATCH] ARM: bcm2835: add I2S pinctrl to device tree
  2014-09-17  1:51 [PATCH] ARM: bcm2835: add I2S pinctrl to device tree Stephen Warren
@ 2014-09-25 21:25 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2014-09-25 21:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 17 September 2014, Stephen Warren wrote:
> From: Mark Brown <broonie@linaro.org>
> 
> Signed-off-by: Florian Meier <florian.meier@koalo.de>
> [Tweaked slightly to disable by default -- broonie]
> Signed-off-by: Mark Brown <broonie@linaro.org>
> [swarren, removed duplicate i2s node]
> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
> ---
> These two patches are all I expect to have for RPi for 3.18, so I figure
> it's easiest to just forward them on to you rather than sending tiny pull
> requests.

Applied to next/dt, thanks!

	Arnd

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

end of thread, other threads:[~2014-09-25 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17  1:51 [PATCH] ARM: bcm2835: add I2S pinctrl to device tree Stephen Warren
2014-09-25 21:25 ` Arnd Bergmann

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.