Skip to content

Commit

Permalink
BCM270X_DT: I2S needs function Alt2
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Elwell authored and popcornmix committed Jul 3, 2015
1 parent f72606a commit 93e9bd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2708-rpi-b-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

i2s_pins: i2s {
brcm,pins = <18 19 20 21>;
brcm,function = <4>; /* alt0 */
brcm,function = <6>; /* alt2 */
};
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2708-rpi-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

i2s_pins: i2s {
brcm,pins = <28 29 30 31>;
brcm,function = <4>; /* alt0 */
brcm,function = <6>; /* alt2 */
};
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2708-rpi-cm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

i2s_pins: i2s {
brcm,pins = <18 19 20 21>;
brcm,function = <4>; /* alt0 */
brcm,function = <6>; /* alt2 */
};
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2709-rpi-2-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

i2s_pins: i2s {
brcm,pins = <18 19 20 21>;
brcm,function = <4>; /* alt0 */
brcm,function = <6>; /* alt2 */
};
};

Expand Down

0 comments on commit 93e9bd0

Please sign in to comment.