blob: 1843b038e5a8a08491976b1044f31d354b220d40 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001From 8e8321cd597d3d9d342a8a3533ad10751dde5885 Mon Sep 17 00:00:00 2001
Patrick Williams8b8bc412016-08-17 15:02:23 -05002From: Phil Elwell <phil@raspberrypi.org>
3Date: Tue, 16 Feb 2016 16:40:46 +0000
Andrew Geissler517393d2023-01-13 08:55:19 -06004Subject: [PATCH] bcm43xx: Add bcm43xx-3wire variant
Patrick Williams8b8bc412016-08-17 15:02:23 -05005
6---
7 tools/hciattach.c | 3 +++
8 1 file changed, 3 insertions(+)
9
10diff --git a/tools/hciattach.c b/tools/hciattach.c
Andrew Geissler517393d2023-01-13 08:55:19 -060011index 276a4e56e..7d01d8b74 100644
Patrick Williams8b8bc412016-08-17 15:02:23 -050012--- a/tools/hciattach.c
13+++ b/tools/hciattach.c
Andrew Geissler517393d2023-01-13 08:55:19 -060014@@ -1078,6 +1078,9 @@ struct uart_t uart[] = {
Patrick Williams8b8bc412016-08-17 15:02:23 -050015 { "bcm43xx", 0x0000, 0x0000, HCI_UART_H4, 115200, 3000000,
16 FLOW_CTL, DISABLE_PM, NULL, bcm43xx, NULL },
17
18+ { "bcm43xx-3wire", 0x0000, 0x0000, HCI_UART_3WIRE, 115200, 3000000,
19+ 0, DISABLE_PM, NULL, bcm43xx, NULL },
20+
21 { "ath3k", 0x0000, 0x0000, HCI_UART_ATH3K, 115200, 115200,
22 FLOW_CTL, DISABLE_PM, NULL, ath3k_ps, ath3k_pm },
23