mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
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:
committed by
popcornmix
parent
eb2232f11d
commit
004067664f
@@ -45,9 +45,9 @@
|
||||
};
|
||||
|
||||
bt_pins: bt_pins {
|
||||
brcm,pins = <28 29 30 31 43>;
|
||||
brcm,function = <6 6 6 6 4>; /* alt2:PCM alt0:GPCLK2 */
|
||||
brcm,pull = <0 0 0 0 0>;
|
||||
brcm,pins = <43>;
|
||||
brcm,function = <4>; /* alt0:GPCLK2 */
|
||||
brcm,pull = <0>;
|
||||
};
|
||||
|
||||
uart0_pins: uart0_pins {
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
target = <&uart1>;
|
||||
__overlay__ {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart1_pins>;
|
||||
pinctrl-0 = <&uart1_pins &bt_pins>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user