From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 1/7] ARM: vf610: add second DSPI instance Date: Thu, 26 Feb 2015 16:02:20 +0800 Message-ID: <20150226080217.GG20028@dragon> References: <1422356244-15629-1-git-send-email-bhuvanchandra.dv@toradex.com> <1422356244-15629-2-git-send-email-bhuvanchandra.dv@toradex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: mark.rutland-5wv7dgnIgG8@public.gmane.org, stefan-XLVq0VzYD2Y@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, B44548-KZfg59tc24xl57MIdRCFDg@public.gmane.org, Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Bhuvanchandra DV Return-path: Content-Disposition: inline In-Reply-To: <1422356244-15629-2-git-send-email-bhuvanchandra.dv-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On Tue, Jan 27, 2015 at 04:27:18PM +0530, Bhuvanchandra DV wrote: > Acked-by: Stefan Agner > Signed-off-by: Bhuvanchandra DV Applied, thanks. > --- > arch/arm/boot/dts/vf500.dtsi | 4 ++++ > arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ > 2 files changed, 15 insertions(+) > > diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi > index 1dbf8d2..f5f807c 100644 > --- a/arch/arm/boot/dts/vf500.dtsi > +++ b/arch/arm/boot/dts/vf500.dtsi > @@ -66,6 +66,10 @@ > interrupts = ; > }; > > +&dspi1 { > + interrupts = ; > +}; > + > &edma0 { > interrupts = , > ; > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index a29c7ce..789744b 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -139,6 +139,17 @@ > status = "disabled"; > }; > > + dspi1: dspi1@4002d000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "fsl,vf610-dspi"; > + reg = <0x4002d000 0x1000>; > + clocks = <&clks VF610_CLK_DSPI1>; > + clock-names = "dspi"; > + spi-num-chipselects = <5>; > + status = "disabled"; > + }; > + > sai2: sai@40031000 { > compatible = "fsl,vf610-sai"; > reg = <0x40031000 0x1000>; > -- > 2.2.2 > -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@linaro.org (Shawn Guo) Date: Thu, 26 Feb 2015 16:02:20 +0800 Subject: [PATCH 1/7] ARM: vf610: add second DSPI instance In-Reply-To: <1422356244-15629-2-git-send-email-bhuvanchandra.dv@toradex.com> References: <1422356244-15629-1-git-send-email-bhuvanchandra.dv@toradex.com> <1422356244-15629-2-git-send-email-bhuvanchandra.dv@toradex.com> Message-ID: <20150226080217.GG20028@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jan 27, 2015 at 04:27:18PM +0530, Bhuvanchandra DV wrote: > Acked-by: Stefan Agner > Signed-off-by: Bhuvanchandra DV Applied, thanks. > --- > arch/arm/boot/dts/vf500.dtsi | 4 ++++ > arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ > 2 files changed, 15 insertions(+) > > diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi > index 1dbf8d2..f5f807c 100644 > --- a/arch/arm/boot/dts/vf500.dtsi > +++ b/arch/arm/boot/dts/vf500.dtsi > @@ -66,6 +66,10 @@ > interrupts = ; > }; > > +&dspi1 { > + interrupts = ; > +}; > + > &edma0 { > interrupts = , > ; > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index a29c7ce..789744b 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -139,6 +139,17 @@ > status = "disabled"; > }; > > + dspi1: dspi1 at 4002d000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "fsl,vf610-dspi"; > + reg = <0x4002d000 0x1000>; > + clocks = <&clks VF610_CLK_DSPI1>; > + clock-names = "dspi"; > + spi-num-chipselects = <5>; > + status = "disabled"; > + }; > + > sai2: sai at 40031000 { > compatible = "fsl,vf610-sai"; > reg = <0x40031000 0x1000>; > -- > 2.2.2 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753185AbbBZICk (ORCPT ); Thu, 26 Feb 2015 03:02:40 -0500 Received: from mail-pd0-f177.google.com ([209.85.192.177]:32779 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752714AbbBZICi (ORCPT ); Thu, 26 Feb 2015 03:02:38 -0500 Date: Thu, 26 Feb 2015 16:02:20 +0800 From: Shawn Guo To: Bhuvanchandra DV Cc: mark.rutland@arm.com, stefan@agner.ch, robh+dt@kernel.org, pawel.moll@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, broonie@kernel.org, B44548@freescale.com, Li.Xiubo@freescale.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org Subject: Re: [PATCH 1/7] ARM: vf610: add second DSPI instance Message-ID: <20150226080217.GG20028@dragon> References: <1422356244-15629-1-git-send-email-bhuvanchandra.dv@toradex.com> <1422356244-15629-2-git-send-email-bhuvanchandra.dv@toradex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422356244-15629-2-git-send-email-bhuvanchandra.dv@toradex.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 Tue, Jan 27, 2015 at 04:27:18PM +0530, Bhuvanchandra DV wrote: > Acked-by: Stefan Agner > Signed-off-by: Bhuvanchandra DV Applied, thanks. > --- > arch/arm/boot/dts/vf500.dtsi | 4 ++++ > arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ > 2 files changed, 15 insertions(+) > > diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi > index 1dbf8d2..f5f807c 100644 > --- a/arch/arm/boot/dts/vf500.dtsi > +++ b/arch/arm/boot/dts/vf500.dtsi > @@ -66,6 +66,10 @@ > interrupts = ; > }; > > +&dspi1 { > + interrupts = ; > +}; > + > &edma0 { > interrupts = , > ; > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index a29c7ce..789744b 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -139,6 +139,17 @@ > status = "disabled"; > }; > > + dspi1: dspi1@4002d000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "fsl,vf610-dspi"; > + reg = <0x4002d000 0x1000>; > + clocks = <&clks VF610_CLK_DSPI1>; > + clock-names = "dspi"; > + spi-num-chipselects = <5>; > + status = "disabled"; > + }; > + > sai2: sai@40031000 { > compatible = "fsl,vf610-sai"; > reg = <0x40031000 0x1000>; > -- > 2.2.2 >