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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 autolearn=no 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 624D3C4320E for ; Wed, 1 Sep 2021 07:42:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4B5136103A for ; Wed, 1 Sep 2021 07:42:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242816AbhIAHnu convert rfc822-to-8bit (ORCPT ); Wed, 1 Sep 2021 03:43:50 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:65279 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242820AbhIAHnq (ORCPT ); Wed, 1 Sep 2021 03:43:46 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 3A45240005; Wed, 1 Sep 2021 07:42:45 +0000 (UTC) Date: Wed, 1 Sep 2021 09:42:44 +0200 From: Miquel Raynal To: Rob Herring Cc: Jonathan Cameron , Lars-Peter Clausen , Peter Meerwald-Stadler , Lee Jones , bcousson@baylibre.com, Tony Lindgren , Tero Kristo , Michael Turquette , Stephen Boyd , Thomas Petazzoni , "Ryan J . Barnett" , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-omap@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH 03/40] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description Message-ID: <20210901094244.1788ca19@xps13> In-Reply-To: References: <20210825152518.379386-1-miquel.raynal@bootlin.com> <20210825152518.379386-4-miquel.raynal@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Hi Rob, > > +examples: > > + - | > > + #include > > I prefer that MFDs have just 1 complete example in the MFD schema. Just to be on the same line, you ask me to drop the all the lines from tscadc: up to dma-names = ...; and keep only the tsc node, right? I guess I should do the same in the ADC binding then. > > > + > > + tscadc: tscadc@0 { > > Drop unused labels. > > > + compatible = "ti,am3359-tscadc"; > > + reg = <0x0 0x1000>; > > + interrupts = ; > > + clocks = <&adc_tsc_fck>; > > + clock-names = "fck"; > > + status = "disabled"; > > status, again. > > > + dmas = <&edma 53 0>, <&edma 57 0>; > > + dma-names = "fifo0", "fifo1"; > > + > > + tsc { > > + compatible = "ti,am3359-tsc"; > > + ti,wires = <4>; > > + ti,x-plate-resistance = <200>; > > + ti,coordinate-readouts = <5>; > > + ti,wire-config = <0x00 0x11 0x22 0x33>; > > + ti,charge-delay = <0x400>; > > + }; > > + }; > > -- > > 2.27.0 > > > > Thanks, Miquèl