projects
/
GitHub
/
moto-9609
/
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:
4c61a1e
)
ARM: i.MX53: dts: add sahara module
author
Steffen Trumtrar
<s.trumtrar@pengutronix.de>
Tue, 9 Dec 2014 08:56:52 +0000
(09:56 +0100)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 5 Jan 2015 12:44:30 +0000
(20:44 +0800)
The i.MX53 has a SAHARA v4 core. Add it to the dtsi.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx53.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx53.dtsi
b/arch/arm/boot/dts/imx53.dtsi
index b96213ba067158503df4886bee8e457776b525b4..ff4fa7ecacd86ef1ddc7f4a63f23e32af5d2808c 100644
(file)
--- a/
arch/arm/boot/dts/imx53.dtsi
+++ b/
arch/arm/boot/dts/imx53.dtsi
@@
-765,6
+765,15
@@
resets = <&src 1>;
iram = <&ocram>;
};
+
+ sahara: crypto@63ff8000 {
+ compatible = "fsl,imx53-sahara";
+ reg = <0x63ff8000 0x4000>;
+ interrupts = <19 20>;
+ clocks = <&clks IMX5_CLK_SAHARA_IPG_GATE>,
+ <&clks IMX5_CLK_SAHARA_IPG_GATE>;
+ clock-names = "ipg", "ahb";
+ };
};
ocram: sram@f8000000 {