Skip to content

Commit 038b780

Browse files
author
Phil Elwell
committed
squash: BCM270X_DT: I2S only needs Alt2 on 28-31
See: #1046
1 parent 0bc6395 commit 038b780

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/boot/dts/bcm2708-rpi-b-plus.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
i2s_pins: i2s {
2727
brcm,pins = <18 19 20 21>;
28-
brcm,function = <6>; /* alt2 */
28+
brcm,function = <4>; /* alt0 */
2929
};
3030
};
3131

arch/arm/boot/dts/bcm2708-rpi-cm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
i2s_pins: i2s {
3030
brcm,pins = <18 19 20 21>;
31-
brcm,function = <6>; /* alt2 */
31+
brcm,function = <4>; /* alt0 */
3232
};
3333
};
3434

arch/arm/boot/dts/bcm2709-rpi-2-b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
i2s_pins: i2s {
2727
brcm,pins = <18 19 20 21>;
28-
brcm,function = <6>; /* alt2 */
28+
brcm,function = <4>; /* alt0 */
2929
};
3030
};
3131

0 commit comments

Comments
 (0)