Remove I2S config from bt_pins.

Remove I2S config from bt_pins. Causes issues with clock alignment when I2S is
used by an external DAC via GPIO header.
This commit is contained in:
DigitalDreamtime
2016-03-11 11:44:35 +00:00
committed by popcornmix
parent eb2232f11d
commit 004067664f
2 changed files with 4 additions and 4 deletions

View File

@@ -45,9 +45,9 @@
}; };
bt_pins: bt_pins { bt_pins: bt_pins {
brcm,pins = <28 29 30 31 43>; brcm,pins = <43>;
brcm,function = <6 6 6 6 4>; /* alt2:PCM alt0:GPCLK2 */ brcm,function = <4>; /* alt0:GPCLK2 */
brcm,pull = <0 0 0 0 0>; brcm,pull = <0>;
}; };
uart0_pins: uart0_pins { uart0_pins: uart0_pins {

View File

@@ -29,7 +29,7 @@
target = <&uart1>; target = <&uart1>;
__overlay__ { __overlay__ {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart1_pins>; pinctrl-0 = <&uart1_pins &bt_pins>;
status = "okay"; status = "okay";
}; };
}; };