Lakka-LibreELEC/projects/NXP/devices/iMX6/patches/linux/linux-011-imx6qdl-sr-som-brcm-dtsi-bluetooth.patch
by-gnome 68eae1414e iMX6: use Bluetooth HCI UART driver in Wandboard C1 and CuBox-i 1.3
Patch: add bluetooth node to device tree so HCI UART driver
can load patchram file to BCM4329/4330 chips.
2020-11-25 15:37:43 +03:00

16 lines
370 B
Diff

Add bluetooth node to uart4.
--- a/arch/arm/boot/dts/imx6qdl-sr-som-brcm.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sr-som-brcm.dtsi
@@ -128,6 +127,10 @@
pinctrl-0 = <&pinctrl_microsom_brcm_bt &pinctrl_microsom_uart4>;
uart-has-rtscts;
status = "okay";
+
+ bluetooth {
+ compatible = "brcm,bcm4330-bt";
+ };
};
/* USDHC1 - Connected to optional BRCM Wifi/BT/FM */