1
0
Fork 0

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>
hifive-unleashed-5.1
Boris Brezillon 2015-08-18 10:09:01 +02:00 committed by Gregory CLEMENT
parent eb69e00198
commit 9b24a35cb5
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@
};
crypto: crypto-engine@30000 {
compatible = "marvell,orion-crypto";
compatible = "marvell,dove-crypto";
reg = <0x30000 0x10000>;
reg-names = "regs";
interrupts = <31>;

View File

@ -251,7 +251,7 @@
};
cesa: crypto@30000 {
compatible = "marvell,orion-crypto";
compatible = "marvell,kirkwood-crypto";
reg = <0x30000 0x10000>;
reg-names = "regs";
interrupts = <22>;