aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <[email protected]>2015-10-11 21:37:15 +0200
committerEric Anholt <[email protected]>2015-10-14 15:35:51 -0700
commit645dccb1c132d42dff26ef3d00cf0b903743d99e (patch)
tree679be62a83a96e8638f195c1ab273088b88e2225
parent755f121efede867a176bf016f307dc933119d620 (diff)
ARM: bcm2835: dt: Raspberry Pi Model B had no I2S
It's the Model B rev2 that had it. Remove it. Signed-off-by: Lubomir Rintel <[email protected]> Signed-off-by: Eric Anholt <[email protected]>
-rw-r--r--arch/arm/boot/dts/bcm2835-rpi-b.dts8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-b.dts b/arch/arm/boot/dts/bcm2835-rpi-b.dts
index ee89b79426cf..ff6b2d1c6c90 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>;
};