Commit 9b24a35c authored by Boris Brezillon's avatar Boris Brezillon Committed by Gregory CLEMENT

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: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent eb69e001
......@@ -263,7 +263,7 @@ watchdog@20300 {
};
crypto: crypto-engine@30000 {
compatible = "marvell,orion-crypto";
compatible = "marvell,dove-crypto";
reg = <0x30000 0x10000>;
reg-names = "regs";
interrupts = <31>;
......
......@@ -251,7 +251,7 @@ wdt: watchdog-timer@20300 {
};
cesa: crypto@30000 {
compatible = "marvell,orion-crypto";
compatible = "marvell,kirkwood-crypto";
reg = <0x30000 0x10000>;
reg-names = "regs";
interrupts = <22>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment