forked from libretro/Lakka-LibreELEC
68eae1414e
Patch: add bluetooth node to device tree so HCI UART driver can load patchram file to BCM4329/4330 chips.
16 lines
370 B
Diff
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 */
|