Commit 645dccb1 authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Eric Anholt

ARM: bcm2835: dt: Raspberry Pi Model B had no I2S

It's the Model B rev2 that had it. Remove it.
Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 755f121e
......@@ -13,11 +13,5 @@ act {
};
&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>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment