diff mbox series

[1/2] ARM: dts: exynos: Enable Bluetooth support for Rinato board

Message ID 20200326083524.19577-1-m.szyprowski@samsung.com (mailing list archive)
State Mainlined
Commit b6353c31ab641d99a7879d9fae557c8793bd2243
Headers show
Series [1/2] ARM: dts: exynos: Enable Bluetooth support for Rinato board | expand

Commit Message

Marek Szyprowski March 26, 2020, 8:35 a.m. UTC
Add a node for the BCM43342A Bluetooth chip on the serial bus #0 on
the Exynos3250-based Rinato board.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
 arch/arm/boot/dts/exynos3250-rinato.dts | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Krzysztof Kozlowski March 27, 2020, 10:46 a.m. UTC | #1
On Thu, Mar 26, 2020 at 09:35:23AM +0100, Marek Szyprowski wrote:
> Add a node for the BCM43342A Bluetooth chip on the serial bus #0 on
> the Exynos3250-based Rinato board.
> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
>  arch/arm/boot/dts/exynos3250-rinato.dts | 9 +++++++++

Thanks, applied for late push (might miss this merge window).

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts
index d215e8993d19..e511f1726182 100644
--- a/arch/arm/boot/dts/exynos3250-rinato.dts
+++ b/arch/arm/boot/dts/exynos3250-rinato.dts
@@ -663,6 +663,15 @@ 
 	assigned-clocks = <&cmu CLK_SCLK_UART0>;
 	assigned-clock-rates = <100000000>;
 	status = "okay";
+
+	bluetooth {
+		compatible = "brcm,bcm4330-bt";
+		max-speed = <3000000>;
+		shutdown-gpios = <&gpe0 0 GPIO_ACTIVE_HIGH>;
+		device-wakeup-gpios = <&gpx3 1 GPIO_ACTIVE_HIGH>;
+		host-wakeup-gpios = <&gpx2 6 GPIO_ACTIVE_HIGH>;
+		clocks = <&s2mps14_osc S2MPS11_CLK_BT>;
+	};
 };
 
 &serial_1 {