Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1387122
| From | Vinod Koul <vinod.koul@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 5/5] arm64: dts: marvell: add XOR node for Armada 3700 SoC |
| Date | 2016-04-26 05:40 +0200 |
| Message-ID | <rs20V-By-3@gated-at.bofh.it> (permalink) |
| References | <rnSMx-51D-1@gated-at.bofh.it> <rnSMy-51D-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Apr 14, 2016 at 06:53:38PM +0200, Gregory CLEMENT wrote:
> From: Marcin Wojtas <mw@semihalf.com>
>
> 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 <mw@semihalf.com>
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> ---
> 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 = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
> + };
> + xor11 {
> + interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
> + };
> + };
> +
> sata@e0000 {
> compatible = "marvell,armada-3700-ahci";
> reg = <0xe0000 0x2000>;
> --
> 2.5.0
>
--
~Vinod
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v3 5/5] arm64: dts: marvell: add XOR node for Armada 3700 SoC Vinod Koul <vinod.koul@intel.com> - 2016-04-26 05:40 +0200
Re: [PATCH v3 5/5] arm64: dts: marvell: add XOR node for Armada 3700 SoC Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - 2016-04-26 09:30 +0200
Re: [PATCH v3 5/5] arm64: dts: marvell: add XOR node for Armada 3700 SoC Vinod Koul <vinod.koul@intel.com> - 2016-04-26 18:30 +0200
csiph-web