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=-11.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,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 81E91C47095 for ; Mon, 5 Oct 2020 18:34:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5134720853 for ; Mon, 5 Oct 2020 18:34:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728394AbgJESeP (ORCPT ); Mon, 5 Oct 2020 14:34:15 -0400 Received: from alexa-out-sd-02.qualcomm.com ([199.106.114.39]:2844 "EHLO alexa-out-sd-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725960AbgJESeP (ORCPT ); Mon, 5 Oct 2020 14:34:15 -0400 X-Greylist: delayed 364 seconds by postgrey-1.27 at vger.kernel.org; Mon, 05 Oct 2020 14:34:15 EDT Received: from unknown (HELO ironmsg01-sd.qualcomm.com) ([10.53.140.141]) by alexa-out-sd-02.qualcomm.com with ESMTP; 05 Oct 2020 11:28:11 -0700 X-QCInternal: smtphost Received: from gurus-linux.qualcomm.com ([10.46.162.81]) by ironmsg01-sd.qualcomm.com with ESMTP; 05 Oct 2020 11:28:11 -0700 Received: by gurus-linux.qualcomm.com (Postfix, from userid 383780) id 26E561936; Mon, 5 Oct 2020 11:28:11 -0700 (PDT) Date: Mon, 5 Oct 2020 11:28:11 -0700 From: Guru Das Srinagesh To: Stephen Boyd Cc: Andy Gross , Bjorn Andersson , linux-arm-msm@vger.kernel.org, Subbaraman Narayanamurthy , David Collins , linux-kernel@vger.kernel.org, Anirudh Ghayal Subject: Re: [RESEND PATCH v1 1/2] bindings: pm8941-misc: Add support for VBUS detection Message-ID: <20201005182810.GA31035@codeaurora.org> References: <160167376992.310579.1594629547444861122@swboyd.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <160167376992.310579.1594629547444861122@swboyd.mtv.corp.google.com> User-Agent: Mutt/1.5.24 (2015-08-30) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 02, 2020 at 02:22:49PM -0700, Stephen Boyd wrote: > Quoting Guru Das Srinagesh (2020-09-28 15:49:08) > > From: Anirudh Ghayal > > > > VBUS can be detected via a dedicated PMIC pin. Enable compatible string > > that adds support for reporting the VBUS status. > > > > Signed-off-by: Anirudh Ghayal > > Signed-off-by: Guru Das Srinagesh > > --- > > Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.txt | 2 +- > > Can this be converted to YAML? Sure, will fix this in the next patchset. > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.txt b/Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.txt > > index 35383adb..91a49af 100644 > > --- a/Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.txt > > +++ b/Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.txt > > @@ -8,7 +8,7 @@ PROPERTIES > > - compatible: > > Usage: required > > Value type: > > - Definition: Should contain "qcom,pm8941-misc"; > > + Definition: Should contain "qcom,pm8941-misc" or "qcom,pmd-vbus-det"; > > > > - reg: > > Usage: required > > -- > > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > > a Linux Foundation Collaborative Project > >