Skip to content

Commit

Permalink
squash: BCM270X_DT: I2S only needs Alt2 on 28-31
Browse files Browse the repository at this point in the history
See: #1046
  • Loading branch information
Phil Elwell committed Jul 4, 2015
1 parent 18f4efa commit e9f9740
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = <6>; /* alt2 */
brcm,function = <4>; /* alt0 */
};
};

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 = <6>; /* alt2 */
brcm,function = <4>; /* alt0 */
};
};

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 = <6>; /* alt2 */
brcm,function = <4>; /* alt0 */
};
};

Expand Down

0 comments on commit e9f9740

Please sign in to comment.