From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 04/17] dt-bindings: atmel-tcb: add microchip,sam9x60-tcb Date: Mon, 13 Jan 2020 17:25:02 -0600 Message-ID: <20200113232502.GA31265@bogus> References: <1578673089-3484-1-git-send-email-claudiu.beznea@microchip.com> <1578673089-3484-5-git-send-email-claudiu.beznea@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-oi1-f194.google.com ([209.85.167.194]:45271 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728802AbgAMXfF (ORCPT ); Mon, 13 Jan 2020 18:35:05 -0500 Received: by mail-oi1-f194.google.com with SMTP id n16so10045729oie.12 for ; Mon, 13 Jan 2020 15:35:04 -0800 (PST) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id t23sm4042316oic.28.2020.01.13.15.35.02 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jan 2020 15:35:04 -0800 (PST) Content-Disposition: inline In-Reply-To: <1578673089-3484-5-git-send-email-claudiu.beznea@microchip.com> Sender: linux-can-owner@vger.kernel.org List-ID: To: Claudiu Beznea Cc: mark.rutland@arm.com, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, ludovic.desroches@microchip.com, vkoul@kernel.org, eugen.hristev@microchip.com, jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, mchehab@kernel.org, lee.jones@linaro.org, radu_nicolae.pirea@upb.ro, richard.genoud@gmail.com, tudor.ambarus@microchip.com, miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com, wg@grandegger.com, mkl@pengutronix.de, a.zummo@towertech.it, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, linux-iio@vger.kernel.org, linux-media@vger.kernel.org, linux-spi@vger.kernel.org, linux-mtd@lists.infradead.org, linux-can@vger.kernel.org, linux-rtc@vger.kernel.org On Fri, Jan 10, 2020 at 06:17:56PM +0200, Claudiu Beznea wrote: > Add microchip,sam9x60-tcb to DT bindings documentation. > > Signed-off-by: Claudiu Beznea > --- > Documentation/devicetree/bindings/mfd/atmel-tcb.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/mfd/atmel-tcb.txt b/Documentation/devicetree/bindings/mfd/atmel-tcb.txt > index c4a83e364cb6..cf0edf5381c9 100644 > --- a/Documentation/devicetree/bindings/mfd/atmel-tcb.txt > +++ b/Documentation/devicetree/bindings/mfd/atmel-tcb.txt > @@ -1,6 +1,6 @@ > * Device tree bindings for Atmel Timer Counter Blocks > -- compatible: Should be "atmel,-tcb", "simple-mfd", "syscon". > - can be "at91rm9200" or "at91sam9x5" > +- compatible: Should be "atmel,at91rm9200-tcb", "atmel,at91sam9x5-tcb", > + "microchip,sam9x60-tcb", "simple-mfd", "syscon". How many valid combinations are there? 1 with 5 strings? List one valid combination per line. > - reg: Should contain registers location and length > - #address-cells: has to be 1 > - #size-cells: has to be 0 > -- > 2.7.4 >