Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp370276pxf; Thu, 18 Mar 2021 02:20:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxUsTD2X9x2R2o27owToAUs+mw3cbFpeDxjztawO6rnaAV2Dcao5wxj+eHsJEUtEPOxGmWO X-Received: by 2002:a17:906:c005:: with SMTP id e5mr40079424ejz.270.1616059209433; Thu, 18 Mar 2021 02:20:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616059209; cv=none; d=google.com; s=arc-20160816; b=w+oHxjsZsaoaq9tm2utTyQyluZYrXfS33TPkfaIzcsuK5KTvV9pWKdNx87TEGT1AZ5 osdUkJmdVILyxSLlxQGLT4g04qXL2v+g6G+MKi5keKAgT1lcgtK2vbJ88EBd93B4PRjp 4MSVAVoi2YJaS7b5jDIFrlIwF9BnEFyE/isUHWYY1gqJfZ4AmifNsIsXRuWJCyHELEE1 G4x0/smxcPpG4eJzMKf3WN5tdjQLH0DAsYD8QguZPFCZEhX2kWk98lv74GT5WQKvXa9w N0txOMbHh2vSP/UgJJllXkmhQMCIZ1qGFZsbwb4FJZpMECnOqHhLwaysrAiNLUaGigZE mLbw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=Nn9zNOU/22nkje+86SnaniB1V+uSKA+PtZOTksa0zGI=; b=zAjfBPatbNC06MSoo5H6E1BCfrSE7YYRuG66K3LkAWJj+bQTR0DlETfYngO8ELtRBh Pa4eJc2jILQvWYBO3t5eb8bfHPnFnoBenguOT3ku23oeSpIcm5IGz7IRvtSpRrhucjzi eJ0uL63FwpOwFGT1iPRagD4uxoOfE/uOOoHETet8MUhQ43XU9ZQAEX/fK9LWS9HpHqnj qh90iXjTLhe9y7QDp1BdIv71ifTf1izaEzSn8RueHPOxF797PKqyQCBIkfuP+Et3yR9V 7V+N/yYSCUoNwUUIiRQjP5Yg6vJuXXpiJO+ccdvNEsOWtl3hrYkkHSvdbJuJ57TSPKNn VSTw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q2si1153426ejz.47.2021.03.18.02.19.47; Thu, 18 Mar 2021 02:20:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229766AbhCRJS0 (ORCPT + 99 others); Thu, 18 Mar 2021 05:18:26 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:42979 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229745AbhCRJSJ (ORCPT ); Thu, 18 Mar 2021 05:18:09 -0400 Received: from marcel-macbook.holtmann.net (p4fefce19.dip0.t-ipconnect.de [79.239.206.25]) by mail.holtmann.org (Postfix) with ESMTPSA id 3432DCED2A; Thu, 18 Mar 2021 10:25:46 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: [PATCH 2/2] Bluetooth: btbcm: Add BCM4330 and BCM4334 compatibles From: Marcel Holtmann In-Reply-To: <20210318084309.401951-2-linus.walleij@linaro.org> Date: Thu, 18 Mar 2021 10:18:08 +0100 Cc: Johan Hedberg , linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: References: <20210318084309.401951-1-linus.walleij@linaro.org> <20210318084309.401951-2-linus.walleij@linaro.org> To: Linus Walleij X-Mailer: Apple Mail (2.3654.60.0.2.21) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Linus, > Add the missing brcm,bcm4330-bt and brcm,bcm4334-bt to the > match table so device trees can use this compatible as well > and not need to use the fallback brcm,bcm4329-bt. > > Signed-off-by: Linus Walleij > --- > drivers/bluetooth/hci_bcm.c | 2 ++ > 1 file changed, 2 insertions(+) patch has been applied to bluetooth-next tree. Regards Marcel