diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2013-03-27 01:44:48 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-03-31 04:27:46 +0400 |
commit | 4504607f404d06e766e72d1716a324eb0fb32d15 (patch) | |
tree | 124036afa697b52de188cc048c6074766f1fcb4a /arch/arm/boot/dts/orion5x.dtsi | |
parent | 48e8699733bb1fe96125d929c888da4632457c4e (diff) | |
download | linux-4504607f404d06e766e72d1716a324eb0fb32d15.tar.xz |
arm: orion5x: enable xor for orion5x platform
The orion5x SoC includes DMA functionality, so lets enable that
and turn it on by default.
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/orion5x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/orion5x.dtsi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi index 4db020d62f8b..f09133fd8105 100644 --- a/arch/arm/boot/dts/orion5x.dtsi +++ b/arch/arm/boot/dts/orion5x.dtsi @@ -100,6 +100,25 @@ status = "disabled"; }; + xor@60900 { + compatible = "marvell,orion-xor"; + reg = <0x60900 0x100 + 0x60b00 0x100>; + status = "okay"; + + xor00 { + interrupts = <30>; + dmacap,memcpy; + dmacap,xor; + }; + xor01 { + interrupts = <31>; + dmacap,memcpy; + dmacap,xor; + dmacap,memset; + }; + }; + crypto@90000 { compatible = "marvell,orion-crypto"; reg = <0x90000 0x10000>, |