diff mbox series

arm64: dts: imx8mp-beacon: Enable Bluetooth

Message ID 20240211131116.66490-1-aford173@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx8mp-beacon: Enable Bluetooth | expand

Commit Message

Adam Ford Feb. 11, 2024, 1:11 p.m. UTC
The imx8mp-beacon SOM has wireless chip supporting Wi-Fi and
Bluetooth shared.  The Wi-Fi is already enabled via the SDIO
interface, so enable the Bluetooth via UART1.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Shawn Guo Feb. 25, 2024, 3:20 a.m. UTC | #1
On Sun, Feb 11, 2024 at 07:11:16AM -0600, Adam Ford wrote:
> The imx8mp-beacon SOM has wireless chip supporting Wi-Fi and
> Bluetooth shared.  The Wi-Fi is already enabled via the SDIO
> interface, so enable the Bluetooth via UART1.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi
index e5da90804780..2ec282b91c42 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi
@@ -206,6 +206,10 @@  &uart1 {
 	assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_80M>;
 	uart-has-rtscts;
 	status = "okay";
+
+	bluetooth {
+		compatible = "nxp,88w8997-bt";
+	};
 };
 
 &usdhc1 {