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=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 10F24C433EF for ; Fri, 3 Sep 2021 16:05:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E149C610D2 for ; Fri, 3 Sep 2021 16:05:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349905AbhICQGt (ORCPT ); Fri, 3 Sep 2021 12:06:49 -0400 Received: from mail-ot1-f50.google.com ([209.85.210.50]:45661 "EHLO mail-ot1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349877AbhICQGt (ORCPT ); Fri, 3 Sep 2021 12:06:49 -0400 Received: by mail-ot1-f50.google.com with SMTP id l7-20020a0568302b0700b0051c0181deebso7077026otv.12; Fri, 03 Sep 2021 09:05:49 -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=l0iP5JJE35ZYuQbK+af2NVnrw5T8/CIq2PpEDrl/wgI=; b=cZrP0svCROTmCQMnJx39JRfOrLzA01FQGSwHbdYiWnOv2oCMIGiUMBVQHxWanAuYqm ulSsCIE4umFojxa4RSJeTG2jYMWKhJ3CWrFfdRwa/bH/KE0l5/W9/qFv3vK30TVJeSSH aQuKaloDChPSKe9kExkDYZXk8eQBulsyQf+xVlhvn44Bmq5XDvRJnmqkR3Zh97NIYbVe Na73Bbb44uj1BSEKgoWtmGpu1rNgGMfypwrWYyi8b5oxFDM3i7CRrG+x7EtOKSow9Smn PlyN0eA+s5TXEsWVm1sihpy1FgJD3LnqvLABMToLjn3Wl/owny82o1G/Q+ACX84Q9FeR bGeQ== X-Gm-Message-State: AOAM531yadocuaVcrq552nIDN3DY3555gY5gu0QaKlZ1pVk2bJ90I2b/ FDfApUsMJdQV3wRO3jXs+w== X-Google-Smtp-Source: ABdhPJxPXAwNcuTVCNipDZcHpn9gMAFUSAPv4e7EAwdcq2R3yUvO8vkzMFVQeGXC8h3qbDef3E34gw== X-Received: by 2002:a05:6830:238a:: with SMTP id l10mr3771066ots.333.1630685148671; Fri, 03 Sep 2021 09:05:48 -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 x1sm1024309otu.8.2021.09.03.09.05.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 09:05:47 -0700 (PDT) Received: (nullmailer pid 3023292 invoked by uid 1000); Fri, 03 Sep 2021 16:05:46 -0000 Date: Fri, 3 Sep 2021 11:05:46 -0500 From: Rob Herring To: Miquel Raynal Cc: bcousson@baylibre.com, Lee Jones , Tony Lindgren , Vignesh Raghavendra , Peter Meerwald-Stadler , Lars-Peter Clausen , Jonathan Cameron , Grygorii Strashko , devicetree@vger.kernel.org, Ryan Barnett , linux-omap@vger.kernel.org, Jason Reeder , Tero Kristo , Dmitry Torokhov , linux-input@vger.kernel.org, Thomas Petazzoni , Lokesh Vutla , Rob Herring , linux-iio@vger.kernel.org Subject: Re: [PATCH v2 02/46] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD Message-ID: References: <20210902215144.507243-1-miquel.raynal@bootlin.com> <20210902215144.507243-3-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210902215144.507243-3-miquel.raynal@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 02 Sep 2021 23:51:00 +0200, Miquel Raynal wrote: > There is a very light description of this MFD in a text file dedicated > to a touchscreen controller (which is one of the two children of the > MFD). Here is now a complete yaml description. > > Signed-off-by: Miquel Raynal > --- > .../bindings/mfd/ti,am3359-tscadc.yaml | 79 +++++++++++++++++++ > 1 file changed, 79 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml > Reviewed-by: Rob Herring