From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Mon, 23 May 2016 23:16:04 +0000 Subject: Re: [PATCH v2 05/12] of: add J-Core SPI master bindings Message-Id: List-Id: References: <32585cfb27d31e9d5cb399ecc4d8b89f4ec5e2cb.1463708766.git.dalias@libc.org> <20160523210020.GA23118@rob-hp-laptop> <20160523210618.GF21636@brightrain.aerifal.cx> In-Reply-To: <20160523210618.GF21636-C3MtFaGISjmo6RMmaWD+6Sb1p8zYI1N1@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Rich Felker Cc: "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , SH-Linux , Ian Campbell , Kumar Gala , Mark Rutland , Pawel Moll On Mon, May 23, 2016 at 4:06 PM, Rich Felker wrote: > On Mon, May 23, 2016 at 04:00:20PM -0500, Rob Herring wrote: >> On Fri, May 20, 2016 at 02:53:04AM +0000, Rich Felker wrote: >> > Signed-off-by: Rich Felker >> > --- >> > .../devicetree/bindings/spi/jcore,spi.txt | 23 ++++++++++++++++++++++ >> > 1 file changed, 23 insertions(+) >> > create mode 100644 Documentation/devicetree/bindings/spi/jcore,spi.txt >> > >> > diff --git a/Documentation/devicetree/bindings/spi/jcore,spi.txt b/Documentation/devicetree/bindings/spi/jcore,spi.txt >> > new file mode 100644 >> > index 0000000..9055e7d >> > --- /dev/null >> > +++ b/Documentation/devicetree/bindings/spi/jcore,spi.txt >> > @@ -0,0 +1,23 @@ >> > +J-Core SPI master >> > + >> > +Required properties: >> > + >> > +- compatible: Must be "jcore,spi2". >> >> In general, these all seem a bit generic. You should be able to >> correlate IP versions to compatible strings. > > "spi2" is the name of the "IP core" in the J-Core source tree. The WIP > that adds DMA support and makes some changes is called "spi3" there; > I'll submit a patch adding "jcore,spi3" to the binding file once the > vhdl for it has been released. Okay. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753221AbcEWXQ3 (ORCPT ); Mon, 23 May 2016 19:16:29 -0400 Received: from mail.kernel.org ([198.145.29.136]:59896 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751484AbcEWXQ1 (ORCPT ); Mon, 23 May 2016 19:16:27 -0400 MIME-Version: 1.0 In-Reply-To: <20160523210618.GF21636@brightrain.aerifal.cx> References: <32585cfb27d31e9d5cb399ecc4d8b89f4ec5e2cb.1463708766.git.dalias@libc.org> <20160523210020.GA23118@rob-hp-laptop> <20160523210618.GF21636@brightrain.aerifal.cx> From: Rob Herring Date: Mon, 23 May 2016 18:16:04 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 05/12] of: add J-Core SPI master bindings To: Rich Felker Cc: "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , SH-Linux , Ian Campbell , Kumar Gala , Mark Rutland , Pawel Moll Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 23, 2016 at 4:06 PM, Rich Felker wrote: > On Mon, May 23, 2016 at 04:00:20PM -0500, Rob Herring wrote: >> On Fri, May 20, 2016 at 02:53:04AM +0000, Rich Felker wrote: >> > Signed-off-by: Rich Felker >> > --- >> > .../devicetree/bindings/spi/jcore,spi.txt | 23 ++++++++++++++++++++++ >> > 1 file changed, 23 insertions(+) >> > create mode 100644 Documentation/devicetree/bindings/spi/jcore,spi.txt >> > >> > diff --git a/Documentation/devicetree/bindings/spi/jcore,spi.txt b/Documentation/devicetree/bindings/spi/jcore,spi.txt >> > new file mode 100644 >> > index 0000000..9055e7d >> > --- /dev/null >> > +++ b/Documentation/devicetree/bindings/spi/jcore,spi.txt >> > @@ -0,0 +1,23 @@ >> > +J-Core SPI master >> > + >> > +Required properties: >> > + >> > +- compatible: Must be "jcore,spi2". >> >> In general, these all seem a bit generic. You should be able to >> correlate IP versions to compatible strings. > > "spi2" is the name of the "IP core" in the J-Core source tree. The WIP > that adds DMA support and makes some changes is called "spi3" there; > I'll submit a patch adding "jcore,spi3" to the binding file once the > vhdl for it has been released. Okay. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 05/12] of: add J-Core SPI master bindings Date: Mon, 23 May 2016 18:16:04 -0500 Message-ID: References: <32585cfb27d31e9d5cb399ecc4d8b89f4ec5e2cb.1463708766.git.dalias@libc.org> <20160523210020.GA23118@rob-hp-laptop> <20160523210618.GF21636@brightrain.aerifal.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20160523210618.GF21636-C3MtFaGISjmo6RMmaWD+6Sb1p8zYI1N1@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rich Felker Cc: "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , SH-Linux , Ian Campbell , Kumar Gala , Mark Rutland , Pawel Moll List-Id: devicetree@vger.kernel.org On Mon, May 23, 2016 at 4:06 PM, Rich Felker wrote: > On Mon, May 23, 2016 at 04:00:20PM -0500, Rob Herring wrote: >> On Fri, May 20, 2016 at 02:53:04AM +0000, Rich Felker wrote: >> > Signed-off-by: Rich Felker >> > --- >> > .../devicetree/bindings/spi/jcore,spi.txt | 23 ++++++++++++++++++++++ >> > 1 file changed, 23 insertions(+) >> > create mode 100644 Documentation/devicetree/bindings/spi/jcore,spi.txt >> > >> > diff --git a/Documentation/devicetree/bindings/spi/jcore,spi.txt b/Documentation/devicetree/bindings/spi/jcore,spi.txt >> > new file mode 100644 >> > index 0000000..9055e7d >> > --- /dev/null >> > +++ b/Documentation/devicetree/bindings/spi/jcore,spi.txt >> > @@ -0,0 +1,23 @@ >> > +J-Core SPI master >> > + >> > +Required properties: >> > + >> > +- compatible: Must be "jcore,spi2". >> >> In general, these all seem a bit generic. You should be able to >> correlate IP versions to compatible strings. > > "spi2" is the name of the "IP core" in the J-Core source tree. The WIP > that adds DMA support and makes some changes is called "spi3" there; > I'll submit a patch adding "jcore,spi3" to the binding file once the > vhdl for it has been released. Okay. Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html