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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 0DDC5C433EF for ; Fri, 3 Sep 2021 19:44:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E624560FA0 for ; Fri, 3 Sep 2021 19:44:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235044AbhICTpz (ORCPT ); Fri, 3 Sep 2021 15:45:55 -0400 Received: from mail-oi1-f171.google.com ([209.85.167.171]:42665 "EHLO mail-oi1-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231599AbhICTpz (ORCPT ); Fri, 3 Sep 2021 15:45:55 -0400 Received: by mail-oi1-f171.google.com with SMTP id bi4so480797oib.9 for ; Fri, 03 Sep 2021 12:44:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Eh8U3x6VQsm4PGEY26TnsoysqoVbVg3ODBo7Cj9FWqc=; b=n43Svy9Gzs8stl3jAE70/ZrkQaiAp+RFLNZY3mcl1B1UnaFvCMBfjNmxPjMZZqNb53 MzOkne+AcSnPr1kspUeL6qydFNxwC7i0yE0XtW8X1OkqTy3u4gKgbxNhr+tWTRa/TYP8 hQIQnJDHHcyVMdhm5Vk6FaSJ03geuYWCfG0bHmzne3EmwsVLrLYqPCR4SCKqSwa2Cc8J ulradJOpOxBs7eD8XrPkFk4xt4GUzu5gJzgvJB4m1ULMKTn0vDRpDeJu3CDYaywzIl7f 7zYydtyv0vrQv2/RWq7weZ1X/bHRF1h1kptTr2s51Fk9PBukMHLrs6cLC7HhLlVJzMwo q3ww== X-Gm-Message-State: AOAM532AFJk2XDwQ2pmmXYotOtM7tGBSsvRzurnAkUMeKxZkSI2KmKHx edMlAF13Rubwx2G83fDAcA== X-Google-Smtp-Source: ABdhPJzJWr/YXpDHbBT4ntLtOwIPotL2PLVnHiqtCMqyjpePFb4EmsZdi9AJf3HaOHFqR+t3mE/hKQ== X-Received: by 2002:aca:a80a:: with SMTP id r10mr311602oie.119.1630698294630; Fri, 03 Sep 2021 12:44:54 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id y138sm59971oie.22.2021.09.03.12.44.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:44:54 -0700 (PDT) Received: (nullmailer pid 3338893 invoked by uid 1000); Fri, 03 Sep 2021 19:44:53 -0000 Date: Fri, 3 Sep 2021 14:44:53 -0500 From: Rob Herring To: Maxime Ripard Cc: devicetree@vger.kernel.org, Frank Rowand , Jernej =?utf-8?Q?=C5=A0krabec?= , Chen-Yu Tsai , Rob Herring , Lee Jones , linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 29/52] dt-bindings: mfd: Convert X-Powers AXP binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-30-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-30-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 01 Sep 2021 11:18:29 +0200, Maxime Ripard wrote: > The X-Powers AXP PMICs are supported by Linux thanks to its device tree > binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Chen-Yu Tsai > Cc: Lee Jones > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Add GPIO example > - Remove the limitation on regulator-ramp-delay > --- > .../i2c/allwinner,sun6i-a31-p2wi.yaml | 2 +- > .../devicetree/bindings/mfd/axp20x.txt | 273 ------------ > .../bindings/mfd/x-powers,axp152.yaml | 400 ++++++++++++++++++ > 3 files changed, 401 insertions(+), 274 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/axp20x.txt > create mode 100644 Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml > Reviewed-by: Rob Herring Note that the gpio child schema needs to be applied with this one. 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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 21224C433EF for ; Fri, 3 Sep 2021 19:46:28 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E35AB60FA0 for ; Fri, 3 Sep 2021 19:46:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E35AB60FA0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZchrC5gzOXcfY0swxM8NwMSIuE4XJ4DXCZ/fEhTDN6c=; b=NpGluGKwR7z4o0 QWblcaruYaJeA4CzOgNTcF8WtYFzWQW26/SgHRC+w+l4u+6E9zHu0WQ4zz/VP1EXeHv4EIsX5D6pB LAt26YppoTmwVEDyMg9DT/vLmMZhWL7mLJWNEXGkhoihxc952XZ/xIJ92IGgh7fMlu1lGdAaSEGir MhptpaJvr007raym+NPnO6rn4Y3mDh3A4oquUJmJTdYTziGa7ElIJWyjhXlsIV6nxbOboAZhV5O/6 Ytff8F77+dbf3VwbxHVvbaQ8BF0JhuNbWVjYZQRmhDc91c5VWJ+C+InEWyd4e5iryQDBMx1YLH9VL kVCwNmuumVAQJbrHGMTw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMF7S-00Cmt5-7k; Fri, 03 Sep 2021 19:44:58 +0000 Received: from mail-oi1-f182.google.com ([209.85.167.182]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMF7P-00CmsV-6f for linux-arm-kernel@lists.infradead.org; Fri, 03 Sep 2021 19:44:56 +0000 Received: by mail-oi1-f182.google.com with SMTP id u25so502639oiv.5 for ; Fri, 03 Sep 2021 12:44:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Eh8U3x6VQsm4PGEY26TnsoysqoVbVg3ODBo7Cj9FWqc=; b=khPV08rj8SrLsUMhKpcxMGUrYaFuOf5Jr0XsCCFPt9xeCf2ApnaJt/Db/kQF+IfeKo i6CRAARRVUEzayAMF477wIEEeyMq0IdtfTzGZoAO24t5+60PACa87FmRpN419uUldoRA Z04g33LxD0CHxeEXznAd+rVpwfAN9JQucArsQZ0k6S3d3jRlcNuRoOk4eZHzy62HrO6W dCaAW6WXcrKf/b97soZb95jZhxeTrWlmvJaIW4OG76e0MQdm9hpOrA6kdTyAYDZURFQu 21/3o5J9jtbB9ED5CMWTiiEWnXFg+C6H2+NtxH3C6fGo7hAmRtdXlpYkddfkSjIyJK5O +bzg== X-Gm-Message-State: AOAM530bZhhcHPGCDRw83agU7/CqzpFfi+lkdQyxwb7+wwn4QvBTdJm/ soqQcsvCMpK2Be18GTCctA== X-Google-Smtp-Source: ABdhPJzJWr/YXpDHbBT4ntLtOwIPotL2PLVnHiqtCMqyjpePFb4EmsZdi9AJf3HaOHFqR+t3mE/hKQ== X-Received: by 2002:aca:a80a:: with SMTP id r10mr311602oie.119.1630698294630; Fri, 03 Sep 2021 12:44:54 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id y138sm59971oie.22.2021.09.03.12.44.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:44:54 -0700 (PDT) Received: (nullmailer pid 3338893 invoked by uid 1000); Fri, 03 Sep 2021 19:44:53 -0000 Date: Fri, 3 Sep 2021 14:44:53 -0500 From: Rob Herring To: Maxime Ripard Cc: devicetree@vger.kernel.org, Frank Rowand , Jernej =?utf-8?Q?=C5=A0krabec?= , Chen-Yu Tsai , Rob Herring , Lee Jones , linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 29/52] dt-bindings: mfd: Convert X-Powers AXP binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-30-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210901091852.479202-30-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210903_124455_283717_5F1E3AF4 X-CRM114-Status: GOOD ( 18.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 01 Sep 2021 11:18:29 +0200, Maxime Ripard wrote: > The X-Powers AXP PMICs are supported by Linux thanks to its device tree > binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Chen-Yu Tsai > Cc: Lee Jones > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Add GPIO example > - Remove the limitation on regulator-ramp-delay > --- > .../i2c/allwinner,sun6i-a31-p2wi.yaml | 2 +- > .../devicetree/bindings/mfd/axp20x.txt | 273 ------------ > .../bindings/mfd/x-powers,axp152.yaml | 400 ++++++++++++++++++ > 3 files changed, 401 insertions(+), 274 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/axp20x.txt > create mode 100644 Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml > Reviewed-by: Rob Herring Note that the gpio child schema needs to be applied with this one. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel