From a4cf339a1c9820d6e80d9175c00ef3ea841234ab Mon Sep 17 00:00:00 2001 From: Marek Szyprowski Date: Tue, 20 Mar 2018 09:21:52 +0100 Subject: [PATCH] ARM64: dts: exynos: Enable serial 3 and rfkill-bcm for BT support Signed-off-by: Marek Szyprowski --- arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi index 1525067..0ba6b3e 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi @@ -127,6 +127,15 @@ regulator-name = "irda_regulator"; }; + rfkill-bcm { + compatible = "brcm,bcm4358"; + rfkill-name = "bcm4358-bt"; + rfkill-type = <2>; + shutdown-gpios = <&gpd4 0 GPIO_ACTIVE_HIGH>; + wake-gpios = <&gpr3 7 GPIO_ACTIVE_HIGH>; + host-wake-gpios = <&gpa2 2 GPIO_ACTIVE_HIGH>; + }; + sound { compatible = "samsung,tm2-audio"; audio-codec = <&wm5110>, <&hdmi>; @@ -1217,6 +1226,10 @@ status = "okay"; }; +&serial_3 { + status = "okay"; +}; + &spi_1 { cs-gpios = <&gpd6 3 GPIO_ACTIVE_HIGH>; status = "okay"; -- 2.7.4