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:
Boris Brezillon 2015-08-18 10:09:01 +02:00 коммит произвёл Gregory CLEMENT
Родитель eb69e00198
Коммит 9b24a35cb5
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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>;