From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751980AbdK2GrL (ORCPT ); Wed, 29 Nov 2017 01:47:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:41286 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751054AbdK2GrK (ORCPT ); Wed, 29 Nov 2017 01:47:10 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0BB072187C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Wed, 29 Nov 2017 14:46:50 +0800 From: Shawn Guo To: Sebastien Bourdelin Cc: linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, linux-arm-kernel@lists.infradead.org, fabio.estevam@nxp.com, kernel@pengutronix.de, linux@armlinux.org.uk, mark.rutland@arm.com, robh+dt@kernel.org, mark@embeddedarm.com, kris@embeddedarm.com Subject: Re: [PATCH v3 1/2] of: documentation: add bindings documentation for TS-7970 Message-ID: <20171129064650.GI9376@dragon> References: <20171123202446.587-1-sebastien.bourdelin@savoirfairelinux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171123202446.587-1-sebastien.bourdelin@savoirfairelinux.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 23, 2017 at 03:24:45PM -0500, Sebastien Bourdelin wrote: > This adds the documentation for the TS-7970 by Technologic Systems. > > Signed-off-by: Sebastien Bourdelin It needs to be acked by DT maintainer. I see devicetree list is not on copy, and that could be the reason why there is no ack from DT maintainer? Shawn > --- > Changes v1 -> v2: > - rebase on master > --- > Documentation/devicetree/bindings/arm/technologic.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/technologic.txt b/Documentation/devicetree/bindings/arm/technologic.txt > index 33797acad846..187830bd4f51 100644 > --- a/Documentation/devicetree/bindings/arm/technologic.txt > +++ b/Documentation/devicetree/bindings/arm/technologic.txt > @@ -10,3 +10,9 @@ It can be mounted on a carrier board providing additional peripheral connectors. > Required root node properties: > - compatible = "technologic,imx6dl-ts4900", "fsl,imx6dl" > - compatible = "technologic,imx6q-ts4900", "fsl,imx6q" > + > +TS-7970 is a System-on-Module based on the Freescale i.MX6 System-on-Chip. > +It can be mounted on a carrier board providing additional peripheral connectors. > +Required root node properties: > + - compatible = "technologic,imx6dl-ts7970", "fsl,imx6dl" > + - compatible = "technologic,imx6q-ts7970", "fsl,imx6q" > -- > 2.15.0 >