From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752220AbcDZDaz (ORCPT ); Mon, 25 Apr 2016 23:30:55 -0400 Received: from mga09.intel.com ([134.134.136.24]:37507 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752036AbcDZDax (ORCPT ); Mon, 25 Apr 2016 23:30:53 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,535,1455004800"; d="scan'208";a="952896450" Date: Tue, 26 Apr 2016 09:05:36 +0530 From: Vinod Koul To: Gregory CLEMENT Cc: dmaengine@vger.kernel.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Nadav Haklai , Lior Amsalem , Thomas Petazzoni , Romain Perier , Omri Itach , Marcin Wojtas Subject: Re: [PATCH v3 5/5] arm64: dts: marvell: add XOR node for Armada 3700 SoC Message-ID: <20160426033536.GD2274@localhost> References: <1460652818-14647-1-git-send-email-gregory.clement@free-electrons.com> <1460652818-14647-6-git-send-email-gregory.clement@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460652818-14647-6-git-send-email-gregory.clement@free-electrons.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 Thu, Apr 14, 2016 at 06:53:38PM +0200, Gregory CLEMENT wrote: > From: Marcin Wojtas > > Armada 3700 SoC comprise one dual-channel XOR engine and this > patch adds its according representation. This need an ACK from ARM folks.. > > Signed-off-by: Marcin Wojtas > Signed-off-by: Gregory CLEMENT > --- > arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi > index ba9df7ff2a72..932783d82ea9 100644 > --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi > @@ -112,6 +112,19 @@ > status = "disabled"; > }; > > + xor@60900 { > + compatible = "marvell,armada-3700-xor"; > + reg = <0x60900 0x100 > + 0x60b00 0x100>; > + > + xor10 { > + interrupts = ; > + }; > + xor11 { > + interrupts = ; > + }; > + }; > + > sata@e0000 { > compatible = "marvell,armada-3700-ahci"; > reg = <0xe0000 0x2000>; > -- > 2.5.0 > -- ~Vinod