Hi Thomas, On 17/06/2015 14:12, Thomas Petazzoni wrote: > The Armada 38x and 39x SoC support have an updated XOR hardware block > compared to previous SoCs. These features can be enabled by using the > 'armada-380-xor' compatible string, available since commit > 6f166312c6ea ("dmaengine: mv_xor: add support for a38x command in > descriptor mode"). > > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> Acked-by: Gregory CLEMENT <gregory.clement@xxxxxxxxxxxxxxxxxx> applied on mvebu/dt-4.3 Thanks, Gregory > --- > arch/arm/boot/dts/armada-38x.dtsi | 4 ++-- > arch/arm/boot/dts/armada-39x.dtsi | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi > index 1710523..4851d32 100644 > --- a/arch/arm/boot/dts/armada-38x.dtsi > +++ b/arch/arm/boot/dts/armada-38x.dtsi > @@ -448,7 +448,7 @@ > }; > > xor@60800 { > - compatible = "marvell,orion-xor"; > + compatible = "marvell,armada-380-xor", "marvell,orion-xor"; > reg = <0x60800 0x100 > 0x60a00 0x100>; > clocks = <&gateclk 22>; > @@ -463,7 +463,7 @@ > }; > > xor@60900 { > - compatible = "marvell,orion-xor"; > + compatible = "marvell,armada-380-xor", "marvell,orion-xor"; > reg = <0x60900 0x100 > 0x60b00 0x100>; > clocks = <&gateclk 28>; > diff --git a/arch/arm/boot/dts/armada-39x.dtsi b/arch/arm/boot/dts/armada-39x.dtsi > index 9c510d8..b77c8dc 100644 > --- a/arch/arm/boot/dts/armada-39x.dtsi > +++ b/arch/arm/boot/dts/armada-39x.dtsi > @@ -323,7 +323,7 @@ > }; > > xor@60800 { > - compatible = "marvell,orion-xor"; > + compatible = "marvell,armada-380-xor", "marvell,orion-xor"; > reg = <0x60800 0x100 > 0x60a00 0x100>; > clocks = <&gateclk 22>; > @@ -338,7 +338,7 @@ > }; > > xor@60900 { > - compatible = "marvell,orion-xor"; > + compatible = "marvell,armada-380-xor", "marvell,orion-xor"; > reg = <0x60900 0x100 > 0x60b00 0x100>; > clocks = <&gateclk 28>; > -- 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 dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html