From mboxrd@z Thu Jan 1 00:00:00 1970 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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 C7E66C433E0 for ; Wed, 20 May 2020 02:18:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 98024207C4 for ; Wed, 20 May 2020 02:18:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589941133; bh=GDNAaNZP3qMwBaDYx1p3xLKPDrxahudWnRS7ySIVvIE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TnW9pxLkdZey1/muAVVWO+nQLQUhoJkLPHHD4CHpk+LuUwqC4IK1UjwLTiQeH1pYL TyMralb7j8q/Td/9bMuoNE/tGd6LlxHFzq7aVWzSLbJE4aHfEb5e8WaKot9Ax5EgcQ gROK5p1foiq3P7yAs1wHiW0fIcC3SmO6MXHLMuas= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726379AbgETCSx (ORCPT ); Tue, 19 May 2020 22:18:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:36088 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726348AbgETCSx (ORCPT ); Tue, 19 May 2020 22:18:53 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 05C0F2070A; Wed, 20 May 2020 02:18:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589941132; bh=GDNAaNZP3qMwBaDYx1p3xLKPDrxahudWnRS7ySIVvIE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eYtrGcsRUrItN9pLIsFGpnLwrKeOmPDNNOPQ/CwZtX0CMIk7sTfnuiYMcFayVVSF3 OP2lQa6b/Fte6tocvgS8QguqHJIW56U4pJgdpC05wOQ6TkeIji+1VEOWnwAMwtuw/d atFog8WR2+AgbI+o9lRxbK0MEocpjVl1FIPFqcv4= Date: Wed, 20 May 2020 10:18:47 +0800 From: Shawn Guo To: Tim Harvey Cc: Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: imx6qdl-gw5910: add support for bcm4330-bt Message-ID: <20200520021847.GP11739@dragon> References: <1589320455-23844-1-git-send-email-tharvey@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1589320455-23844-1-git-send-email-tharvey@gateworks.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, May 12, 2020 at 02:54:15PM -0700, Tim Harvey wrote: > The Sterling-LWB has a BCM4330 which has a UART based bluetooth > HCI. Add support for binding to the bcm_hci driver to take care > of handling the shutdown gpio and loading firmware. > > Because the shutdown gpio is more of an enable than a regulator > go ahead and replace the regulator with a shutdown-gpio. > > Signed-off-by: Tim Harvey Applied, thanks.