Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751877AbcCHXhb (ORCPT ); Tue, 8 Mar 2016 18:37:31 -0500 Received: from host.buserror.net ([209.198.135.123]:55942 "EHLO host.buserror.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751752AbcCHXh2 (ORCPT ); Tue, 8 Mar 2016 18:37:28 -0500 Date: Tue, 8 Mar 2016 17:37:23 -0600 From: Scott Wood To: Zhao Qiang Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, scottwood@freescale.com, Priyanka.Jain@freescale.com, robh+dt@kernel.org Message-ID: <20160308233723.GA32122@home.buserror.net> References: <1452221215-12681-1-git-send-email-qiang.zhao@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452221215-12681-1-git-send-email-qiang.zhao@nxp.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: 75.72.173.242 X-SA-Exim-Mail-From: oss@buserror.net X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * -15 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Subject: Re: [1/3] TDM: Add maxim ds26522 document to bindings X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:57:07 +0000) X-SA-Exim-Scanned: Yes (on host.buserror.net) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1272 Lines: 39 On Fri, Jan 08, 2016 at 10:46:53AM +0800, Zhao Qiang wrote: > Add maxim ds26522 document to > Documentation/devicetree/bindings/tdm/maxim,ds26522.txt > > Signed-off-by: Zhao Qiang > Acked-by: Rob Herring > --- > Documentation/devicetree/bindings/tdm/maxim,ds26522.txt | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > create mode 100644 Documentation/devicetree/bindings/tdm/maxim,ds26522.txt > > diff --git a/Documentation/devicetree/bindings/tdm/maxim,ds26522.txt b/Documentation/devicetree/bindings/tdm/maxim,ds26522.txt > new file mode 100644 > index 0000000..3548c51 > --- /dev/null > +++ b/Documentation/devicetree/bindings/tdm/maxim,ds26522.txt > @@ -0,0 +1,13 @@ > +* Maxim (Dallas) DS26522 Octal T1/E1/J1 Transceiver > + > +Required properties: > +- compatible: Should contain "maxim,ds26522". > +- reg: SPI CS > +- spi-max-frequency: SPI bus max frequency. > + > +Example: > + slic@2 { > + compatible = "maxim,ds26522"; > + reg = <2>; > + spi-max-frequency = <2000000>; > + }; An almost identical file was added by you in commit a109752ea6a55c3682b6ac9114a125c5ce7e5353 There is also overlap in the later patches of this set. Why did you send this again? What tree are you basing your patches on? -Scott