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:
7af8884
)
ARM: dts: AM437X: Add AES node
author
Joel Fernandes
<joelf@ti.com>
Tue, 24 Sep 2013 19:35:09 +0000
(14:35 -0500)
committer
Benoit Cousson
<bcousson@baylibre.com>
Fri, 11 Oct 2013 19:06:41 +0000
(21:06 +0200)
AM437x SoC has AES module similar to the one on OMAP4.
Add DT node for the same.
Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/am4372.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/am4372.dtsi
b/arch/arm/boot/dts/am4372.dtsi
index 0fe393ab8920e8711e886d3e17c699c76f93c37e..7e9ff75c28b254b941c2100c4d388ca7db0808d3 100644
(file)
--- a/
arch/arm/boot/dts/am4372.dtsi
+++ b/
arch/arm/boot/dts/am4372.dtsi
@@
-411,5
+411,12
@@
ti,hwmods = "epwmss5";
status = "disabled";
};
+
+ aes: aes@53501000 {
+ compatible = "ti,omap4-aes";
+ ti,hwmods = "aes";
+ reg = <0x53501000 0xa0>;
+ interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
+ };
};
};