projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d8d40f
)
ARM: dts: OMAP4: Add AES node
author
Joel Fernandes
<joelf@ti.com>
Thu, 11 Jul 2013 23:20:05 +0000
(18:20 -0500)
committer
Benoit Cousson
<bcousson@baylibre.com>
Fri, 11 Oct 2013 19:06:39 +0000
(21:06 +0200)
OMAP4 has an AES module that uses the omap-aes crypto driver.
Add DT entries for the same.
Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/omap4.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/omap4.dtsi
b/arch/arm/boot/dts/omap4.dtsi
index 45708e1b7a74757db6601bbf1d0590c94e2c3fd9..16a44d60b30ee2aa9cd2fb3df66d6df99eac5c8a 100644
(file)
--- a/
arch/arm/boot/dts/omap4.dtsi
+++ b/
arch/arm/boot/dts/omap4.dtsi
@@
-663,5
+663,14
@@
ram-bits = <12>;
ti,has-mailbox;
};
+
+ aes: aes@4b501000 {
+ compatible = "ti,omap4-aes";
+ ti,hwmods = "aes";
+ reg = <0x4b501000 0xa0>;
+ interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
+ dmas = <&sdma 111>, <&sdma 110>;
+ dma-names = "tx", "rx";
+ };
};
};