From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH v4 4/4] arm64: dts: marvell: add XOR engine description for Armada 7K/8K CP Date: Thu, 30 Jun 2016 13:50:49 +0200 Message-ID: <87d1myx5d2.fsf@free-electrons.com> References: <1466080116-26777-1-git-send-email-thomas.petazzoni@free-electrons.com> <1466080116-26777-5-git-send-email-thomas.petazzoni@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1466080116-26777-5-git-send-email-thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> (Thomas Petazzoni's message of "Thu, 16 Jun 2016 14:28:36 +0200") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thomas Petazzoni Cc: Vinod Koul , dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Nadav Haklai , Lior Amsalem , Hanna Hawa , Yehuda Yitschak , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala List-Id: devicetree@vger.kernel.org Hi Thomas, On jeu., juin 16 2016, Thomas Petazzoni wrote: > This commit adds the Device Tree description for the two XOR engines > found in the CP part of the Armada 7K/8K SoC. Applied on mvebu/dt64 Thanks, Gregory > > Signed-off-by: Thomas Petazzoni > --- > arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi > index 367138b..da31bbb 100644 > --- a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi > @@ -107,6 +107,24 @@ > status = "disabled"; > }; > > + cpm_xor0: xor@6a0000 { > + compatible = "marvell,armada-7k-xor", "marvell,xor-v2"; > + reg = <0x6a0000 0x1000>, > + <0x6b0000 0x1000>; > + dma-coherent; > + msi-parent = <&gic_v2m0>; > + clocks = <&cpm_syscon0 1 8>; > + }; > + > + cpm_xor1: xor@6c0000 { > + compatible = "marvell,armada-7k-xor", "marvell,xor-v2"; > + reg = <0x6c0000 0x1000>, > + <0x6d0000 0x1000>; > + dma-coherent; > + msi-parent = <&gic_v2m0>; > + clocks = <&cpm_syscon0 1 7>; > + }; > + > cpm_spi0: spi@700600 { > compatible = "marvell,armada-380-spi"; > reg = <0x700600 0x50>; > -- > 2.7.4 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- 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