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 D6799C433F5 for ; Fri, 3 Sep 2021 19:40:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BE2A560F92 for ; Fri, 3 Sep 2021 19:40:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245273AbhICTlR (ORCPT ); Fri, 3 Sep 2021 15:41:17 -0400 Received: from mail-oo1-f45.google.com ([209.85.161.45]:42977 "EHLO mail-oo1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348217AbhICTlR (ORCPT ); Fri, 3 Sep 2021 15:41:17 -0400 Received: by mail-oo1-f45.google.com with SMTP id e206-20020a4a55d7000000b00291379cb2baso10379oob.9 for ; Fri, 03 Sep 2021 12:40:17 -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=78vFv4K5BgRw71WMqFXciYYwEBEB/P+dERdOybqtMWQ=; b=gaKO7AfFF/MEzYhV6fAqplBBj9aEPSltQaiWM3ki+giqCrap8ohfRO22/Nl1KLBrBP sVQDFi2qGHGawfo/3dS3BkUcD7sBNTzP+fz2xmXtEhvyGKmVIKMR5h0Sx14dTaaJL9HV R1g+gZ0bylCJ7dbbphn1Z7nyrgl3yJ6a1snQYwzR/bNqtF29eLKtcOETitkUsK9NsHZ0 rGLNL+Z2f57hAPefiePx6z7+TtxbvzB7fcAvuUk8Ax3KJu7hGVz5oY+9r4WF+zxQGCmr RIVMZ3y8SMqfBEjCQrgFMD4uuXBioACQi0WLMEx4f2j4874T6OKNZK//GosNP3jCMv91 n67A== X-Gm-Message-State: AOAM533VILxxhZZ31XXlBMZtKf+37nLi7W6ZOAyoZFXPVlkQEM8erQhe l36ByE0LR0vlhDodSjPDCw== X-Google-Smtp-Source: ABdhPJy/JFbtTJr7AcaxPZQIBIpoTnA9+SUM61/jy5jtJQyzl7g74Ueb6Sgii+E0FU1SrUWSCgICyA== X-Received: by 2002:a4a:1506:: with SMTP id 6mr4300053oon.93.1630698016656; Fri, 03 Sep 2021 12:40:16 -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 l16sm59164ota.55.2021.09.03.12.40.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:40:16 -0700 (PDT) Received: (nullmailer pid 3332694 invoked by uid 1000); Fri, 03 Sep 2021 19:40:15 -0000 Date: Fri, 3 Sep 2021 14:40:15 -0500 From: Rob Herring To: Maxime Ripard Cc: linux-arm-kernel@lists.infradead.org, Frank Rowand , devicetree@vger.kernel.org, Rob Herring , Lee Jones , linux-sunxi@googlegroups.com, Chen-Yu Tsai , Jernej =?utf-8?Q?=C5=A0krabec?= Subject: Re: [PATCH v2 28/52] dt-bindings: mfd: Convert X-Powers AC100 binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-29-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-29-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 01 Sep 2021 11:18:28 +0200, Maxime Ripard wrote: > The X-Powers AC100 hybrid devices 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: Lee Jones > Acked-by: Chen-Yu Tsai > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Added maximum number of clocks properties > --- > .../devicetree/bindings/mfd/ac100.txt | 50 -------- > .../bindings/mfd/x-powers,ac100.yaml | 116 ++++++++++++++++++ > 2 files changed, 116 insertions(+), 50 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/ac100.txt > create mode 100644 Documentation/devicetree/bindings/mfd/x-powers,ac100.yaml > Reviewed-by: Rob Herring 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 54228C433F5 for ; Fri, 3 Sep 2021 19:41:49 +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 1D36F60E8B for ; Fri, 3 Sep 2021 19:41:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1D36F60E8B 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=All3X7gbvhtlMM/WE6mFUIWkWuRH0xonFKt5NMqh99A=; b=m4REP/wSN46CFm PS0LBblVJOJZGNXJ3zr3oJ+dYnsibBQ4qlkgNRWNtQtoebdzdrzerg9eRI99sGebsBZcbAHJU+kAt Ir7D1yK636L475Z7dQ0zgokO4TMEgUP5PimNGjlQt9SVIfFUhjXukCcr9z115KdcsEru2h7DFrejd smLsm/u9mdTCr6xciI3rQbrPojrZCSruQvsYnN0h+hJt+YfehMJsxgWP+wZtGbHHVN5Su9GmMTRy8 CeBeB6mWKg+fr+l9pFSo5ikmWkZrWal+iKDI0Ljx7JBYMm4FkPVRtu8Nl/J8/Ksur82UO9nXM2QW7 aVA9oc1S93IIoXQPoSgA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMF30-00ClqC-9h; Fri, 03 Sep 2021 19:40:22 +0000 Received: from mail-oo1-f49.google.com ([209.85.161.49]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMF2w-00Clp1-Pq for linux-arm-kernel@lists.infradead.org; Fri, 03 Sep 2021 19:40:20 +0000 Received: by mail-oo1-f49.google.com with SMTP id t2-20020a4ae9a2000000b0028c7144f106so14255ood.6 for ; Fri, 03 Sep 2021 12:40:17 -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=78vFv4K5BgRw71WMqFXciYYwEBEB/P+dERdOybqtMWQ=; b=VfkOASli3Kq2hFsV5bXNCvKUg2s5PHIJ+FX+rTbtlU5zWmBwbcuA3fCCvy97ShwQyE WThEQgtL1XeOzpq0FBu7hrqA+SQ5ImiiWYOvt/8N44nqO8werwlqhABUHRTMWxUQeAEQ ir6BK9VkImU6p6FOhaN9dPt6zfsIYIhznXGuqKTWYEv3psoaP7TKsRQmIriJ4j2zcsN3 3nt9THN7ELVAqxqSL9gxVTgW1tKzHCnb2PEA/eTq1vdy1rQebtNi0BAy2fADd6m52jVA r8n8DgPMtxIAeA2twVdhc3nG0ceg16fT55wjpo2OndcQgGkU66PRM3+WcbhqCAVcVmuj AG/Q== X-Gm-Message-State: AOAM533SfwYLmFcIwr4HpvPvOMDAvvnT4g1Waxs/xemfYq8zgfaAUIG+ Csz/F+hrgQvAQtrq+SSyew== X-Google-Smtp-Source: ABdhPJy/JFbtTJr7AcaxPZQIBIpoTnA9+SUM61/jy5jtJQyzl7g74Ueb6Sgii+E0FU1SrUWSCgICyA== X-Received: by 2002:a4a:1506:: with SMTP id 6mr4300053oon.93.1630698016656; Fri, 03 Sep 2021 12:40:16 -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 l16sm59164ota.55.2021.09.03.12.40.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:40:16 -0700 (PDT) Received: (nullmailer pid 3332694 invoked by uid 1000); Fri, 03 Sep 2021 19:40:15 -0000 Date: Fri, 3 Sep 2021 14:40:15 -0500 From: Rob Herring To: Maxime Ripard Cc: linux-arm-kernel@lists.infradead.org, Frank Rowand , devicetree@vger.kernel.org, Rob Herring , Lee Jones , linux-sunxi@googlegroups.com, Chen-Yu Tsai , Jernej =?utf-8?Q?=C5=A0krabec?= Subject: Re: [PATCH v2 28/52] dt-bindings: mfd: Convert X-Powers AC100 binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-29-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210901091852.479202-29-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210903_124018_887540_22946C33 X-CRM114-Status: GOOD ( 16.65 ) 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:28 +0200, Maxime Ripard wrote: > The X-Powers AC100 hybrid devices 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: Lee Jones > Acked-by: Chen-Yu Tsai > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Added maximum number of clocks properties > --- > .../devicetree/bindings/mfd/ac100.txt | 50 -------- > .../bindings/mfd/x-powers,ac100.yaml | 116 ++++++++++++++++++ > 2 files changed, 116 insertions(+), 50 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/ac100.txt > create mode 100644 Documentation/devicetree/bindings/mfd/x-powers,ac100.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel