Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -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>;
};