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 247B4C4708F for ; Fri, 4 Jun 2021 11:42:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0A4256141E for ; Fri, 4 Jun 2021 11:42:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230200AbhFDLoe (ORCPT ); Fri, 4 Jun 2021 07:44:34 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:31090 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230112AbhFDLod (ORCPT ); Fri, 4 Jun 2021 07:44:33 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1622806967; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=g60AUJDLJKyoCbCBq/aIaSOBKVwhjXshTM5a1t1FHAo=; b=iBtW4KxSS7qUJpKy90ekJl8L0W7XD2uY1VKjCC9o+FK+fEMVbnxlAvqptrP3sZG8d1bxQ4wE 8Nwk1NB3xIRcazmJhjSpQO/5YkxlYiO1/22Tn8ED5wTkwYOs5mYGVO4M1R58YkXfz/6b3DET qkrIdAwru7iGfjXsIf7h0HqSiCA= 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-n06.prod.us-east-1.postgun.com with SMTP id 60ba11b6abfd22a3dc71935b (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 04 Jun 2021 11:42:46 GMT Sender: skakit=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id DAE75C4323A; Fri, 4 Jun 2021 11:42:45 +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 0B527C433F1; Fri, 4 Jun 2021 11:42:44 +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:12:44 +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: <20210604110917.zbrjzpl23ujqclyf@earth.universe> 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> Message-ID: <0e1471d4522d1356e354c4653e8e0b42@codeaurora.org> 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 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/ > -- Sebastian