]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: bcm2835: dt: Raspberry Pi Model B had no I2S
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 11 Oct 2015 19:37:15 +0000 (21:37 +0200)
committerEric Anholt <eric@anholt.net>
Wed, 14 Oct 2015 22:35:51 +0000 (15:35 -0700)
It's the Model B rev2 that had it. Remove it.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Eric Anholt <eric@anholt.net>
arch/arm/boot/dts/bcm2835-rpi-b.dts

index ee89b79426cf4d8bdf17b37065e435cf5b1bd632..ff6b2d1c6c9077823ca3351b200c46cbf8b83a94 100644 (file)
 };
 
 &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>;
 };