[PATCHv3 3/4] arm: orion5x: enable xor for orion5x platform
Alexander Clouter
alex at digriz.org.uk
Tue Mar 26 17:44:48 EDT 2013
The orion5x SoC includes DMA functionality, so lets enable that
and turn it on by default.
Signed-off-by: Alexander Clouter <alex at digriz.org.uk>
---
arch/arm/boot/dts/orion5x.dtsi | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi
index 6fbc5c0..c37290b 100644
--- a/arch/arm/boot/dts/orion5x.dtsi
+++ b/arch/arm/boot/dts/orion5x.dtsi
@@ -105,6 +105,25 @@
status = "disabled";
};
+ xor at 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 at 90000 {
compatible = "marvell,orion-crypto";
reg = <0x90000 0x10000>,
--
1.7.10.4
More information about the linux-arm-kernel
mailing list