diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2013-03-26 17:44:48 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-03-30 20:27:46 -0400 |
commit | 4504607f404d06e766e72d1716a324eb0fb32d15 (patch) | |
tree | 124036afa697b52de188cc048c6074766f1fcb4a | |
parent | 48e8699733bb1fe96125d929c888da4632457c4e (diff) |
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>
-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 @@ | |||
100 | status = "disabled"; | 100 | status = "disabled"; |
101 | }; | 101 | }; |
102 | 102 | ||
103 | xor@60900 { | ||
104 | compatible = "marvell,orion-xor"; | ||
105 | reg = <0x60900 0x100 | ||
106 | 0x60b00 0x100>; | ||
107 | status = "okay"; | ||
108 | |||
109 | xor00 { | ||
110 | interrupts = <30>; | ||
111 | dmacap,memcpy; | ||
112 | dmacap,xor; | ||
113 | }; | ||
114 | xor01 { | ||
115 | interrupts = <31>; | ||
116 | dmacap,memcpy; | ||
117 | dmacap,xor; | ||
118 | dmacap,memset; | ||
119 | }; | ||
120 | }; | ||
121 | |||
103 | crypto@90000 { | 122 | crypto@90000 { |
104 | compatible = "marvell,orion-crypto"; | 123 | compatible = "marvell,orion-crypto"; |
105 | reg = <0x90000 0x10000>, | 124 | reg = <0x90000 0x10000>, |