Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19E17C10F00 for ; Fri, 22 Feb 2019 18:04:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E0C632087C for ; Fri, 22 Feb 2019 18:04:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="gN98Qmmx" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727331AbfBVSEJ (ORCPT ); Fri, 22 Feb 2019 13:04:09 -0500 Received: from mail-pg1-f195.google.com ([209.85.215.195]:32908 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726278AbfBVSEJ (ORCPT ); Fri, 22 Feb 2019 13:04:09 -0500 Received: by mail-pg1-f195.google.com with SMTP id h11so1481175pgl.0 for ; Fri, 22 Feb 2019 10:04:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=NBDYynHnmf+PRB+3zm8U/Thb/lB25m9nA1UHHlQDuNI=; b=gN98QmmxC+80Hu4YvrI+l3Hfk1gs5wZNu1e4tkZEzLWreZtkoR4+s+lplguLhGMadW 8Iw5FbnNo//NOsKNMu8tqa5plZa92xNAu5v2ZspLY2mNgA8MMsSmYBfnIU9V+qiySEzP nbinkTI3qQInivoWhVx2fUrdIFYG3EotOlxIM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=NBDYynHnmf+PRB+3zm8U/Thb/lB25m9nA1UHHlQDuNI=; b=YtExLIyR2ib8HF3eQKxLkUmhzDZMXSyV9GGXLw/jBkw6xYpZyKUWswCmgWf/HpXl1/ O8i0J93Q33WbrubsSI/lUuFvmyl6oBKviUed/ijzbzQ/AqqMSWJXpea6N88dQEvNNFTt DUg7pa055n5RkJ9SXlb21vTPnqUrEgJXCCpSUCh4hMt01UB1wPDzhShLYch6Lt7NGKTc z/pRoXJIq18ktoGIbM0K1ANSCtQtgdxkZVrcEOF9KaUgV4gCMGrQqnqcuv9anTQTEoEq kxR01tcR1PRQOWl6kjK1gYF/b1GjRrrgF/KSBPd0Dv7L/Wq3Uiz5m1pdtcMaajp717Wx aVYw== X-Gm-Message-State: AHQUAub3Py4VSr6ep4pLPxxao9JzfGImHd3khPqsbGZlBJ8b3kq0PvEF NBo/IiwTjLmr/cjmX7tLNyb40g== X-Google-Smtp-Source: AHgI3IYJGUQh4RRG119Jd6S5+H3oe5J3JtSpbOhsBeGSquz0ecMAsn4NE6EKS1OKUgutuP6fEYvfiQ== X-Received: by 2002:a62:ea08:: with SMTP id t8mr5437076pfh.60.1550858648347; Fri, 22 Feb 2019 10:04:08 -0800 (PST) Received: from localhost ([2620:15c:202:1:75a:3f6e:21d:9374]) by smtp.gmail.com with ESMTPSA id g67sm6423447pfg.13.2019.02.22.10.04.07 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 22 Feb 2019 10:04:07 -0800 (PST) Date: Fri, 22 Feb 2019 10:04:06 -0800 From: Matthias Kaehlcke To: Brian Norris Cc: Heiko Stuebner , Marcel Holtmann , Johan Hedberg , Rob Herring , Enric Balletbo i Serra , Douglas Anderson , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, Rajat Jain Subject: Re: [PATCH 1/3] Bluetooth: btusb: add QCA6174A compatible properties Message-ID: <20190222180406.GA223791@google.com> References: <20190222003403.128243-1-briannorris@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190222003403.128243-1-briannorris@chromium.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org On Thu, Feb 21, 2019 at 04:34:01PM -0800, Brian Norris wrote: > We may need to specify a GPIO wake pin for this device, so add a > compatible property for it. > > There are at least to USB PID/VID variations of this chip: one with a > Lite-On ID and one with an Atheros ID. > > Signed-off-by: Brian Norris > --- > drivers/bluetooth/btusb.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c > index 470ee68555d9..380e6f38c607 100644 > --- a/drivers/bluetooth/btusb.c > +++ b/drivers/bluetooth/btusb.c > @@ -2862,6 +2862,8 @@ static irqreturn_t btusb_oob_wake_handler(int irq, void *priv) > > static const struct of_device_id btusb_match_table[] = { > { .compatible = "usb1286,204e" }, > + { .compatible = "usb0cf3,e300" }, /* QCA6174A */ > + { .compatible = "usb04ca,301a" }, /* QCA6174A (Lite-On) */ > { } > }; > MODULE_DEVICE_TABLE(of, btusb_match_table); Reviewed-by: Matthias Kaehlcke