From patchwork Thu Nov 15 09:36:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 10684029 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F17791759 for ; Thu, 15 Nov 2018 09:40:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DF2BF2BEFB for ; Thu, 15 Nov 2018 09:40:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D3B2F2BFD4; Thu, 15 Nov 2018 09:40:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 840BC2BEFB for ; Thu, 15 Nov 2018 09:40:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=WIpwZG1A7NCx24y8sB3fzYHKi0TLjS0yZUw3C5IPvbs=; b=alRUjDLRdGwMAc oN9FUmq1Wa9XRhtQhoefB1M6uYAJomalytF7DbATatMYXG9cb1VZ0E03SFtoGRIb5Z+5gYxyW/YcO e9X/bnulsKlEDkqCuiWq3vwyrD/DvmUaupFkS+2yEQo9Uj3ZYUsHB15aKcxJevmZ4ie3rKwO5e2pN PLLRQ+KMCMJFO4CChonMtLP26I+kbxamcNOjI3F6sECCB57L7rQvRm6tdgNnaw0mCrgNcXJXE8mf/ M+a4BaH92z0FHl6k1SGqaD+8qDQa44jTsXng668g6noTruv4920DBvnQ0BjqrOoFuoqIeTImg6+VR bCpxY6vAMZ5fnEQWhDog==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gNE8f-0006OX-TW; Thu, 15 Nov 2018 09:40:42 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gNE4p-0001Uc-T1 for linux-arm-kernel@bombadil.infradead.org; Thu, 15 Nov 2018 09:36:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=9pV/Z3cvIgyumOCwPcyGycjyV1vZrnZxXnhJjClGfGU=; b=CM4tLcKDfdl/r854kneSVEI6av 7h0u5nEj23w9HzJ2mAiWOlthOn9LOBoPrkO+3KWHYmJxahngswdt2jmmRM7P6i7fknei69UmCpPTS 0E0SGjLJhabkvLEYYM1wC3SfMSFQACSzHLCqGOa0DhjNDjniB0zvmNUV7pQQ/tzQJb7yfLTEsJJQR qR+wwJ/b6qukmOyzgwqefUPs0vx3WkWNBex8Q4LqypRLK7kuAhz4/XC4FPUGIx52aBbU1Pw1+bzhm ILcVCshf9uprb4qF7ytCWCjEWKXth84ekuXrH21kYvo8QHQxuB/qu0pSjhPcrehdp6UkHDUfAJA4I UhYmW8Tw==; Received: from mirror2.csie.ntu.edu.tw ([140.112.30.76] helo=wens.csie.org) by casper.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gNE4l-00053Y-Cs for linux-arm-kernel@lists.infradead.org; Thu, 15 Nov 2018 09:36:42 +0000 Received: by wens.csie.org (Postfix, from userid 1000) id 02EC85FDC1; Thu, 15 Nov 2018 17:36:04 +0800 (CST) From: Chen-Yu Tsai To: Marcel Holtmann , Johan Hedberg , Rob Herring , Mark Rutland , Maxime Ripard Subject: [PATCH v2 12/15] Bluetooth: hci_bcm: Add compatible string for BCM4330 Date: Thu, 15 Nov 2018 17:36:00 +0800 Message-Id: <20181115093603.26729-13-wens@csie.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181115093603.26729-1-wens@csie.org> References: <20181115093603.26729-1-wens@csie.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181115_093639_704860_2D8744D2 X-CRM114-Status: GOOD ( 14.43 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, Chen-Yu Tsai , Loic Poulain , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The BCM4330 chip is a 802.11 a/b/g/n + Bluetooth 4.0 + HS controller. This patch adds a compatible string match to the serdev driver for the Bluetooth part of the chip. Signed-off-by: Chen-Yu Tsai --- drivers/bluetooth/hci_bcm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c index 8c75e7a67379..a5cb580a07de 100644 --- a/drivers/bluetooth/hci_bcm.c +++ b/drivers/bluetooth/hci_bcm.c @@ -1397,6 +1397,7 @@ static void bcm_serdev_remove(struct serdev_device *serdev) #ifdef CONFIG_OF static const struct of_device_id bcm_bluetooth_of_match[] = { { .compatible = "brcm,bcm20702a1" }, + { .compatible = "brcm,bcm4330-bt" }, { .compatible = "brcm,bcm43438-bt" }, { }, };