mirror of https://gitee.com/openkylin/linux.git
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:
parent
eb69e00198
commit
9b24a35cb5
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue