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:
6e70a51
)
ARM: dts: AM437X: Add DES node
author
Joel Fernandes
<joelf@ti.com>
Tue, 24 Sep 2013 19:37:33 +0000
(14:37 -0500)
committer
Benoit Cousson
<bcousson@baylibre.com>
Fri, 11 Oct 2013 19:06:42 +0000
(21:06 +0200)
AM437x SoC has a DES3DES 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 7e9ff75c28b254b941c2100c4d388ca7db0808d3..a403172430bc929bfc85977a2ca2364b90c4025f 100644
(file)
--- a/
arch/arm/boot/dts/am4372.dtsi
+++ b/
arch/arm/boot/dts/am4372.dtsi
@@
-418,5
+418,12
@@
reg = <0x53501000 0xa0>;
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
};
+
+ des: des@53701000 {
+ compatible = "ti,omap4-des";
+ ti,hwmods = "des";
+ reg = <0x53701000 0xa0>;
+ interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
+ };
};
};