diff mbox series

arm64: dts: meson: s400: add bcm bluetooth device

Message ID 20181109132331.12010-1-jbrunet@baylibre.com (mailing list archive)
State Accepted
Headers show
Series arm64: dts: meson: s400: add bcm bluetooth device | expand

Commit Message

Jerome Brunet Nov. 9, 2018, 1:23 p.m. UTC
Add broadcom bluetooth device on the s400

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Kevin Hilman Nov. 15, 2018, 8:18 p.m. UTC | #1
Jerome Brunet <jbrunet@baylibre.com> writes:

> Add broadcom bluetooth device on the s400
>
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

Queued for v4.21,

Kevin
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
index 29ccb8ad0de6..7759fda3ddfd 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
@@ -546,6 +546,11 @@ 
 	pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
 	pinctrl-names = "default";
 	uart-has-rtscts;
+
+	bluetooth {
+		compatible = "brcm,bcm43438-bt";
+		shutdown-gpios = <&gpio GPIOX_21 GPIO_ACTIVE_HIGH>;
+	};
 };
 
 &uart_AO {