Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756987AbbKSGnL (ORCPT ); Thu, 19 Nov 2015 01:43:11 -0500 Received: from mail.kmu-office.ch ([178.209.48.109]:42647 "EHLO mail.kmu-office.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750704AbbKSGnJ (ORCPT ); Thu, 19 Nov 2015 01:43:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Wed, 18 Nov 2015 22:41:45 -0800 From: Stefan Agner To: Cory Tusar Cc: shawnguo@kernel.org, kernel@pengutronix.de, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, andrew@lunn.ch, Chris.Healy@zii.aero, Keith.Vennel@zii.aero Subject: Re: [PATCH] ARM: dts: vfxxx: Include support for dspi[23] functionality. In-Reply-To: <1447905280-5172-2-git-send-email-cory.tusar@pid1solutions.com> References: <1447905280-5172-2-git-send-email-cory.tusar@pid1solutions.com> Message-ID: User-Agent: Roundcube Webmail/1.1.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1696 Lines: 56 Verified too, looks good to me. Acked-by: Stefan Agner -- Stefan On 2015-11-18 19:54, Cory Tusar wrote: > Extend the existing Vybrid DSPI devicetree implementation to also > describe the dspi2 and dspi3 functional blocks. > > Signed-off-by: Cory Tusar > --- > arch/arm/boot/dts/vfxxx.dtsi | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index 1cca43a..858e60a 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -453,6 +453,30 @@ > status = "disabled"; > }; > > + dspi2: dspi2@400ac000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "fsl,vf610-dspi"; > + reg = <0x400ac000 0x1000>; > + interrupts = <69 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&clks VF610_CLK_DSPI2>; > + clock-names = "dspi"; > + spi-num-chipselects = <2>; > + status = "disabled"; > + }; > + > + dspi3: dspi3@400ad000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "fsl,vf610-dspi"; > + reg = <0x400ad000 0x1000>; > + interrupts = <70 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&clks VF610_CLK_DSPI3>; > + clock-names = "dspi"; > + spi-num-chipselects = <2>; > + status = "disabled"; > + }; > + > adc1: adc@400bb000 { > compatible = "fsl,vf610-adc"; > reg = <0x400bb000 0x1000>; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/