add RPI BT id

This commit is contained in:
Peter Robinson 2017-07-24 09:14:57 +01:00
parent ca963e1b4f
commit 66cc5ce03c
2 changed files with 33 additions and 0 deletions

32
bt-bcm.patch Normal file
View File

@ -0,0 +1,32 @@
From feb16722b5d5f05b7ae1278a43e717c3d35cd512 Mon Sep 17 00:00:00 2001
From: Ian Molton <ian@mnementh.co.uk>
Date: Wed, 28 Jun 2017 20:10:55 +0100
Subject: Bluetooth: btbcm: Add entry for BCM43430 UART bluetooth
This patch adds the device ID for the bluetooth chip used in the
Broadcom BCM43430 SDIO WiFi / UART BT chip.
Successfully tested using Firmware version 0x0182
Signed-off-by: Ian Molton <ian@mnementh.co.uk>
Reported-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
drivers/bluetooth/btbcm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
index 24f8c4e..9ab6cfb 100644
--- a/drivers/bluetooth/btbcm.c
+++ b/drivers/bluetooth/btbcm.c
@@ -295,6 +295,7 @@ static const struct {
{ 0x410e, "BCM43341B0" }, /* 002.001.014 */
{ 0x4406, "BCM4324B3" }, /* 002.004.006 */
{ 0x610c, "BCM4354" }, /* 003.001.012 */
+ { 0x2209, "BCM43430A1" }, /* 001.002.009 */
{ }
};
--
cgit v1.1

View File

@ -622,6 +622,7 @@ Patch324: bcm283x-drm-vc4-Fix-OOPSes-from-trying-to-cache-a-partially-constructe
Patch325: bcm2837-sdhost-fixes.patch
Patch326: bcm283x-Define-UART-pinmuxing-on-board-level.patch
Patch327: bt-bcm.patch
# http://www.spinics.net/lists/devicetree/msg163238.html
Patch329: bcm2837-arm32-support.patch