From patchwork Thu Nov 15 09:35:52 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: 10684001 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 3979914BA for ; Thu, 15 Nov 2018 09:36:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 25F5D2C16E for ; Thu, 15 Nov 2018 09:36:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 180CA2C17B; Thu, 15 Nov 2018 09:36:39 +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 B433C2C16E for ; Thu, 15 Nov 2018 09:36:38 +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=B1HKO99nEbA4nqMSYPMWm7spNVn+l+Pbxz6Bm/6MWMo=; b=lPIWEznhQ1luas 9P8BMfvuGux0hMVznK+Bx3UCxKECIFGyX23zQ33LY3zfq6oP5ZZspS7OHx+yLizn4kEV7iO1fH/bu bY3vlFjcfByamQrXCt6J1y8WoRj9KX6dkOMfBeRanNqDAEvHhOsDITR7L2+afQaaTS60t8bqri0nV o4xJsQ99naznE6RQuwLl3BWQtQyVrggMUI6MYqSqrTq2ewW7oofBU2aIOkUGT3oVmeNNUmNBzqRDl whV8Ra+9mZKbJaSTOz3nrP29g9uRsfuewhwWM6Z56iF90UI9R0ej2p0mxPS/N9z9RtqIapxSlINKM 2hZhoaDzoG+30g+V/TFA==; 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 1gNE4b-0001Jd-Vs; Thu, 15 Nov 2018 09:36:29 +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 1gNE4a-0001J2-4Z for linux-arm-kernel@bombadil.infradead.org; Thu, 15 Nov 2018 09:36:28 +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=JokYwNSDmDLiSz/zJF47gnZyN565t0H15ICHz4pN1hg=; b=ejHlmYnZGbA33GzWzlkssEvwwu ZbRSJdUxNVczktwQxfPR9awpLq65/h57vO79hp17UeUmucl1uE79VFJw2Mu7Wf5WWQt5fI8mZ3+yN GfO9QYsO0fNAEoaFR9Li1mKkjrZ5Y549pnQcR5XV0qh2kdngHWlCrm4Mm426JE7kkkExgKlxZS2Sd NPXM8T2RBuQ3EVgkCE+qGqq8LvXGBiwNPpK40v48ouuv/i9nXFXi9/1bq+lcedagX8PzMELVv80sj 1z/Vtlcyjl2B1JKzuMOa1hyjDo3jKZsi4gr4TlLmzZC/lspkHXuO88GejzXvtQtvE4fsfanKVgDtb pE2LUjfg==; 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 1gNE4W-00050D-0H for linux-arm-kernel@lists.infradead.org; Thu, 15 Nov 2018 09:36:26 +0000 Received: by wens.csie.org (Postfix, from userid 1000) id B46C65FD06; 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 04/15] dt-bindings: net: broadcom-bluetooth: Add BCM4330 compatible string Date: Thu, 15 Nov 2018 17:35:52 +0800 Message-Id: <20181115093603.26729-5-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_093624_308038_B938AF49 X-CRM114-Status: GOOD ( 13.21 ) 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 is a 802.11 a/b/g/n WiFi + Bluetooth 4.0 chip from Broadcom. It is found in the Ampak AP6330 WiFi+BT module. The partiular one I have identifies as BCM4330B1 for Bluetooth and BCM4330/4 for WiFi. It is unclear if the AP6330 module uses this revision of the BCM4330, or if there are multiple revisions. The module does not have revision markings. This patch elects to use just BCM4330 for the compatible string. Reviewed-by: Rob Herring Signed-off-by: Chen-Yu Tsai --- Documentation/devicetree/bindings/net/broadcom-bluetooth.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt b/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt index d9d734a07faf..c26f4e11037c 100644 --- a/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt +++ b/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt @@ -11,6 +11,7 @@ Required properties: - compatible: should contain one of the following: * "brcm,bcm20702a1" + * "brcm,bcm4330-bt" * "brcm,bcm43438-bt" Optional properties: