Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1603389pxb; Mon, 8 Mar 2021 01:30:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJzBAesyydicXQYXs7bcUMy+AsPss6xvojFasnbYy48BJvi+FWWrEhi1aZYbFEa39OtiFYYo X-Received: by 2002:a17:906:79c7:: with SMTP id m7mr13583658ejo.337.1615195806123; Mon, 08 Mar 2021 01:30:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615195806; cv=none; d=google.com; s=arc-20160816; b=YAVXZWmUN/dfVYjhmnmit3fQk4wWXqXKBqQbodTxn7a6l6WFZxu/MhWE95Qe1SSBBf 61FxVevp4GBbl1zi8dC34O2nXB9t/gFE+mIbkb+0ZC/T2kO8Q6GvzwG0ojdmJwOu7YOR Gb6GH8dj2bJMdyduc5f1H3mfOtKYjzUjxYqlpBrg+x9sQi7fIjg22aamWThHSjqnjLur gJNUz0eOdajulWzXtFn2l7qdqniAHkif57+SmCD8a976jJa28qz694kDSPV4XdCuW9Vb wqoe84OMhOHgIcAuIBGo5N2fRs09PWPGXgAbzXUJ3sCTp5ysYeiciwfoiwVxMxWfFKnv q0IA== 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=6L00Eb6mXtE83/NWefZ+BGClyhqr5CEH704RPM7sd6o=; b=GjXnzOqfPANbAUdm7scDXALAtn+9/0TaPx9ZoReaX5s1ugXtxe7FFs4kyHt1PtmKh7 M7xBxSCq83LY8MQiHB2urUMMOJOtLJr2PF5agiZ/X5cDppQiOuFvt2bFEtDRTas68xsQ GsXpkdzOsBiX2puh7JgZATl8Iqri6P59xkLfMZNHJ79YIV/PD28AL59H+h7zRS8yu0iz 1+JIx0geOeD6hSGvpQ2RdaFXCOG8oIKtv3ytIG5bYEQjODQ2nFYOHyfwHxkMJQ8XJqEs bzLO+OHS5xG49hC8nS9DVrZzG6l4ELm1cLKFV9D4FvUa1Xv67t4NPQLkuC+mdWudrfZe Vo5Q== 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 3si1951003ejz.371.2021.03.08.01.29.27; Mon, 08 Mar 2021 01:30:06 -0800 (PST) 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 S229575AbhCHJ1z convert rfc822-to-8bit (ORCPT + 99 others); Mon, 8 Mar 2021 04:27:55 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:44411 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229813AbhCHJ1q (ORCPT ); Mon, 8 Mar 2021 04:27:46 -0500 Received: from marcel-macbook.holtmann.net (p4fefc126.dip0.t-ipconnect.de [79.239.193.38]) by mail.holtmann.org (Postfix) with ESMTPSA id 3C692CED12; Mon, 8 Mar 2021 10:35:20 +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 1/2 v3] Bluetooth: btbcm: Rewrite bindings in YAML and add reset From: Marcel Holtmann In-Reply-To: <20210305183736.2123083-1-linus.walleij@linaro.org> Date: Mon, 8 Mar 2021 10:27:45 +0100 Cc: Johan Hedberg , linux-bluetooth@vger.kernel.org, devicetree@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <20210305183736.2123083-1-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, > This rewrites the Broadcom bluetooth bindings in YAML and > adds a GPIO handle for the BT_RST_N line as used on some > platforms. > > The Ingenic UART binding was using this binding in its > example DTS fragment, however mistakenly using "vcc-supply" > for what is called "vbat-supply". The proper DTS files > and the code in the kernel all use "vbat-supply" so > fix up the example in this patch so we ge a clean > check. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Linus Walleij > --- > ChangeLog v2->v3: > - Actually fold in the required fix. > ChangeLog v1->v2: > - Fix the error in the Ingenic UART binding example as > part of adding this patch. > --- > .../bindings/net/broadcom-bluetooth.txt | 56 --------- > .../bindings/net/broadcom-bluetooth.yaml | 117 ++++++++++++++++++ > .../bindings/serial/ingenic,uart.yaml | 2 +- > 3 files changed, 118 insertions(+), 57 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/broadcom-bluetooth.txt > create mode 100644 Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml patch has been applied to bluetooth-next tree. Regards Marcel