From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 2/2] spi: add DT binding for clps711x SPI Date: Wed, 13 Jul 2016 10:13:58 +0200 Message-ID: <9132787.CoNHcRuYpT@wuerfel> References: <20160707094952.4111577-1-arnd@arndb.de> <20160707094952.4111577-2-arnd@arndb.de> <20160712204947.GA6182@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160712204947.GA6182@rob-hp-laptop> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Rob Herring Cc: Mark Rutland , devicetree@vger.kernel.org, Alexander Shiyan , linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Mark Brown , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Tuesday, July 12, 2016 3:49:47 PM CEST Rob Herring wrote: > On Thu, Jul 07, 2016 at 11:49:46AM +0200, Arnd Bergmann wrote: > > + > > +An additional register is present in the system controller, > > +which is assumed to be in the same device tree, with and marked > > +as compatible with "cirrus,ep7209-syscon3". > > + > > +Example: > > + > > +spi@80000500 { > > + #address-cells = <1>; > > + #size-cells = <0>; > > + compatible = "cirrus,ep7209-spi"; > > + reg = <0x80000500 0x4>; > > + interrupts = <15>; > > + clocks = <&clks CLPS711X_CLK_SPI>; > > + status = "disabled"; > > +}; > > + > > +syscon3: syscon@80002200 { > > This looks like it shouldn't be here. The label, or the entire node? Arnd