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 <lkundrak@v3.sk>
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Lubomir Rintel 2015-10-11 21:37:15 +02:00 committed by Eric Anholt
parent 755f121efe
commit 645dccb1c1
1 changed files with 1 additions and 7 deletions

View File

@ -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>;
};