Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 449e1d64 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Gregory CLEMENT
Browse files

ARM: mvebu: use armada-380-xor on Armada 38x and 39x



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
6f166312 ("dmaengine: mv_xor: add support for a38x command in
descriptor mode").

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent d770e558
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -450,7 +450,7 @@
			};

			xor@60800 {
				compatible = "marvell,orion-xor";
				compatible = "marvell,armada-380-xor", "marvell,orion-xor";
				reg = <0x60800 0x100
				       0x60a00 0x100>;
				clocks = <&gateclk 22>;
@@ -470,7 +470,7 @@
			};

			xor@60900 {
				compatible = "marvell,orion-xor";
				compatible = "marvell,armada-380-xor", "marvell,orion-xor";
				reg = <0x60900 0x100
				       0x60b00 0x100>;
				clocks = <&gateclk 28>;
+2 −2
Original line number Diff line number Diff line
@@ -325,7 +325,7 @@
			};

			xor@60800 {
				compatible = "marvell,orion-xor";
				compatible = "marvell,armada-380-xor", "marvell,orion-xor";
				reg = <0x60800 0x100
				       0x60a00 0x100>;
				clocks = <&gateclk 22>;
@@ -345,7 +345,7 @@
			};

			xor@60900 {
				compatible = "marvell,orion-xor";
				compatible = "marvell,armada-380-xor", "marvell,orion-xor";
				reg = <0x60900 0x100
				       0x60b00 0x100>;
				clocks = <&gateclk 28>;