[PATCH v2 2/9] omap4: dts: Add node for DES3DES module
Joel Fernandes
joelf at ti.com
Mon Sep 30 11:12:59 EDT 2013
OMAP4 has an DES3DES module that uses the omap-des crypto driver.
Add DT entries for the same.
Signed-off-by: Joel Fernandes <joelf at ti.com>
---
arch/arm/boot/dts/omap4.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 16a44d6..6be1f56 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -672,5 +672,14 @@
dmas = <&sdma 111>, <&sdma 110>;
dma-names = "tx", "rx";
};
+
+ des: des at 480a5000 {
+ compatible = "ti,omap4-des";
+ ti,hwmods = "des";
+ reg = <0x480a5000 0xa0>;
+ interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
+ dmas = <&sdma 117>, <&sdma 116>;
+ dma-names = "tx", "rx";
+ };
};
};
--
1.8.1.2
More information about the linux-arm-kernel
mailing list