All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: bcm2835: dt: Raspberry Pi Model B had no I2S
@ 2015-10-11 19:37 Lubomir Rintel
       [not found] ` <1444592237-12433-1-git-send-email-lkundrak-NGH9Lh4a5iE@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Lubomir Rintel @ 2015-10-11 19:37 UTC (permalink / raw)
  To: linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA

It's the Model B rev2 that had it. Remove it.

Signed-off-by: Lubomir Rintel <lkundrak-NGH9Lh4a5iE@public.gmane.org>
---
 arch/arm/boot/dts/bcm2835-rpi-b.dts | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/arch/arm/boot/dts/bcm2835-rpi-b.dts b/arch/arm/boot/dts/bcm2835-rpi-b.dts
index ee89b79..ff6b2d1 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-b.dts
+++ b/arch/arm/boot/dts/bcm2835-rpi-b.dts
@@ -13,11 +13,5 @@
 };
 
 &gpio {
-	pinctrl-0 = <&gpioout &alt0 &i2s_alt2 &alt3>;
-
-	/* I2S interface */
-	i2s_alt2: i2s_alt2 {
-		brcm,pins = <28 29 30 31>;
-		brcm,function = <BCM2835_FSEL_ALT2>;
-	};
+	pinctrl-0 = <&gpioout &alt0 &alt3>;
 };
-- 
2.4.3

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

end of thread, other threads:[~2015-10-21  2:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11 19:37 [PATCH 1/3] ARM: bcm2835: dt: Raspberry Pi Model B had no I2S Lubomir Rintel
     [not found] ` <1444592237-12433-1-git-send-email-lkundrak-NGH9Lh4a5iE@public.gmane.org>
2015-10-11 19:37   ` [PATCH 2/3] ARM: bcm2835: dt: Add Raspberry Pi Model B rev2 Lubomir Rintel
2015-10-11 19:37   ` [PATCH 3/3] ARM: bcm2835: dt: Add Raspberry Pi Model A+ Lubomir Rintel
     [not found]     ` <1444592237-12433-3-git-send-email-lkundrak-NGH9Lh4a5iE@public.gmane.org>
2015-10-21  2:20       ` Stephen Warren
2015-10-15  0:24   ` [PATCH 1/3] ARM: bcm2835: dt: Raspberry Pi Model B had no I2S Eric Anholt

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.