summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/dove.dtsi
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@free-electrons.com>2015-08-18 08:09:01 (GMT)
committerGregory CLEMENT <gregory.clement@free-electrons.com>2015-10-09 15:08:02 (GMT)
commit9b24a35cb59888194706825b9c5ac550b0880277 (patch)
treedea1c6d44301f611232e3178b2457b69136fee9d /arch/arm/boot/dts/dove.dtsi
parenteb69e001983d16f5897ad0b0c8e15d06eecab01d (diff)
downloadlinux-9b24a35cb59888194706825b9c5ac550b0880277.tar.xz
ARM: mvebu: modify Orion and Kirkwoord crypto compatible strings
Explicitly use the SoC specific compatible strings in kirkwood.dtsi and dove.dtsi, so that the crypto devices have access to the TDMA feature when attached to the new CESA driver. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r--arch/arm/boot/dts/dove.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 9bb3131..cd58c2e 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -263,7 +263,7 @@
};
crypto: crypto-engine@30000 {
- compatible = "marvell,orion-crypto";
+ compatible = "marvell,dove-crypto";
reg = <0x30000 0x10000>;
reg-names = "regs";
interrupts = <31>;