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>
This commit is contained in:
Родитель
eb69e00198
Коммит
9b24a35cb5
|
@ -263,7 +263,7 @@
|
|||
};
|
||||
|
||||
crypto: crypto-engine@30000 {
|
||||
compatible = "marvell,orion-crypto";
|
||||
compatible = "marvell,dove-crypto";
|
||||
reg = <0x30000 0x10000>;
|
||||
reg-names = "regs";
|
||||
interrupts = <31>;
|
||||
|
|
|
@ -251,7 +251,7 @@
|
|||
};
|
||||
|
||||
cesa: crypto@30000 {
|
||||
compatible = "marvell,orion-crypto";
|
||||
compatible = "marvell,kirkwood-crypto";
|
||||
reg = <0x30000 0x10000>;
|
||||
reg-names = "regs";
|
||||
interrupts = <22>;
|
||||
|
|
Загрузка…
Ссылка в новой задаче