Takashi Iwai e77f69
From 9cb6de45a006a9799ec399bce60d64b6d4fcc4af Mon Sep 17 00:00:00 2001
Takashi Iwai e77f69
From: Paul Cercueil <paul@crapouillou.net>
Takashi Iwai e77f69
Date: Sun, 31 Oct 2021 23:41:36 +0000
Takashi Iwai e77f69
Subject: [PATCH] ARM: dts: exynos: Fix BCM4330 Bluetooth reset polarity in I9100
Takashi Iwai e77f69
Git-commit: 9cb6de45a006a9799ec399bce60d64b6d4fcc4af
Takashi Iwai e77f69
Patch-mainline: v5.17-rc1
Takashi Iwai e77f69
References: git-fixes
Takashi Iwai e77f69
Takashi Iwai e77f69
The reset GPIO was marked active-high, which is against what's specified
Takashi Iwai e77f69
in the documentation. Mark the reset GPIO as active-low. With this
Takashi Iwai e77f69
change, Bluetooth can now be used on the i9100.
Takashi Iwai e77f69
Takashi Iwai e77f69
Fixes: 8620cc2f99b7 ("ARM: dts: exynos: Add devicetree file for the Galaxy S2")
Takashi Iwai e77f69
Cc: stable@vger.kernel.org
Takashi Iwai e77f69
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Takashi Iwai e77f69
Link: https://lore.kernel.org/r/20211031234137.87070-1-paul@crapouillou.net
Takashi Iwai e77f69
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Takashi Iwai e77f69
Acked-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai e77f69
Takashi Iwai e77f69
---
Takashi Iwai e77f69
 arch/arm/boot/dts/exynos4210-i9100.dts | 2 +-
Takashi Iwai e77f69
 1 file changed, 1 insertion(+), 1 deletion(-)
Takashi Iwai e77f69
Takashi Iwai e77f69
diff --git a/arch/arm/boot/dts/exynos4210-i9100.dts b/arch/arm/boot/dts/exynos4210-i9100.dts
Takashi Iwai e77f69
index 19bb7dc98b33..21b791150697 100644
Takashi Iwai e77f69
--- a/arch/arm/boot/dts/exynos4210-i9100.dts
Takashi Iwai e77f69
+++ b/arch/arm/boot/dts/exynos4210-i9100.dts
Takashi Iwai e77f69
@@ -828,7 +828,7 @@ bluetooth {
Takashi Iwai e77f69
 		compatible = "brcm,bcm4330-bt";
Takashi Iwai e77f69
 
Takashi Iwai e77f69
 		shutdown-gpios = <&gpl0 4 GPIO_ACTIVE_HIGH>;
Takashi Iwai e77f69
-		reset-gpios = <&gpl1 0 GPIO_ACTIVE_HIGH>;
Takashi Iwai e77f69
+		reset-gpios = <&gpl1 0 GPIO_ACTIVE_LOW>;
Takashi Iwai e77f69
 		device-wakeup-gpios = <&gpx3 1 GPIO_ACTIVE_HIGH>;
Takashi Iwai e77f69
 		host-wakeup-gpios = <&gpx2 6 GPIO_ACTIVE_HIGH>;
Takashi Iwai e77f69
 	};
Takashi Iwai e77f69
-- 
Takashi Iwai e77f69
2.31.1
Takashi Iwai e77f69