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=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 3926CC47098 for ; Fri, 4 Jun 2021 11:45:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 22239613FE for ; Fri, 4 Jun 2021 11:45:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230187AbhFDLrm (ORCPT ); Fri, 4 Jun 2021 07:47:42 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:23741 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229740AbhFDLrl (ORCPT ); Fri, 4 Jun 2021 07:47:41 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1622807155; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=/fL5ftPhjRgVOQgMkNWuk43t7ra9Y4TLDX3/oQqRB+M=; b=hV329ndZ5ymFkKanNN2MnSHJrJcmbtoXrmF128iqRUSNWqVa6aWwUF3lmDkogDnH+RevVM81 6Z1DV6ZTTcpqoH0MaBeIew348wSNRJh6Ut2v6PHs/u1V8oLRuGIqxk0rmlxtMeR7D+0LcWgB m5hs/dabQ9ZevND2E7cmSfdAyD4= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n01.prod.us-east-1.postgun.com with SMTP id 60ba124ee27c0cc77f155f41 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 04 Jun 2021 11:45:18 GMT Sender: skakit=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 15AEAC43460; Fri, 4 Jun 2021 11:45:18 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: skakit) by smtp.codeaurora.org (Postfix) with ESMTPSA id 52880C433F1; Fri, 4 Jun 2021 11:45:17 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 04 Jun 2021 17:15:17 +0530 From: skakit@codeaurora.org To: Sebastian Reichel Cc: Rob Herring , Rob Herring , David Collins , Bjorn Andersson , Andy Gross , Vinod Koul , kgunda@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-input@vger.kernel.org, Dmitry Torokhov , linux-kernel@vger.kernel.org, Andy Yan , Courtney Cavin , devicetree@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH V3 5/5] dt-bindings: power: reset: qcom-pon: Convert qcom PON binding to yaml In-Reply-To: <0e1471d4522d1356e354c4653e8e0b42@codeaurora.org> References: <1620630064-16354-1-git-send-email-skakit@codeaurora.org> <1620630064-16354-6-git-send-email-skakit@codeaurora.org> <20210510162506.GA234174@robh.at.kernel.org> <20210604110917.zbrjzpl23ujqclyf@earth.universe> <0e1471d4522d1356e354c4653e8e0b42@codeaurora.org> Message-ID: X-Sender: skakit@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 2021-06-04 17:12, skakit@codeaurora.org wrote: > Hi, > > On 2021-06-04 16:39, Sebastian Reichel wrote: >> Hi, >> >> On Mon, May 10, 2021 at 11:25:06AM -0500, Rob Herring wrote: >>> On Mon, 10 May 2021 12:31:04 +0530, satya priya wrote: >>> > Convert qcom PON binding from .txt to .yaml format. >>> > >>> > The example has been removed in favour of full example being >>> > available in the qcom,pm8941-pwrkey binding. >>> > >>> > Signed-off-by: satya priya >>> > --- >>> > Changes in V2: >>> > - As per Rob's comments, converted the main PON binding and added in V2. >>> > >>> > Changes in V3: >>> > - As per Sebastian's comments, added allOf to refer reboot-mode.yaml and >>> > used unevaluatedProperties = false. Added maxItems for reg. >>> > >>> > .../devicetree/bindings/power/reset/qcom,pon.txt | 49 ---------------------- >>> > .../devicetree/bindings/power/reset/qcom,pon.yaml | 44 +++++++++++++++++++ >>> > 2 files changed, 44 insertions(+), 49 deletions(-) >>> > delete mode 100644 Documentation/devicetree/bindings/power/reset/qcom,pon.txt >>> > create mode 100644 Documentation/devicetree/bindings/power/reset/qcom,pon.yaml >>> > >>> >>> Reviewed-by: Rob Herring >> >> Acked-by: Sebastian Reichel >> > > There is a V4 for this. > https://lore.kernel.org/patchwork/patch/1425638/ > Seems like you already reviewed the V4. Thanks, Satya Priya >> -- Sebastian