Skip to content

Commit

Permalink
ARM: bcm2835: dt: Raspberry Pi Model B had no I2S
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
lkundrak authored and anholt committed Oct 14, 2015
1 parent 755f121 commit 645dccb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions arch/arm/boot/dts/bcm2835-rpi-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

0 comments on commit 645dccb

Please sign in to comment.