ARM: mvebu: modify Orion and Kirkwoord crypto compatible strings
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Tue, 18 Aug 2015 08:09:01 +0000 (10:09 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Fri, 9 Oct 2015 15:08:02 +0000 (17:08 +0200)
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>
arch/arm/boot/dts/dove.dtsi
arch/arm/boot/dts/kirkwood.dtsi

index 9bb31314f5e9d3363b5e44b65cbf26dc5ced661a..cd58c2e62757a06c8230ea6edf1547f198acc3ca 100644 (file)
                        };
 
                        crypto: crypto-engine@30000 {
-                               compatible = "marvell,orion-crypto";
+                               compatible = "marvell,dove-crypto";
                                reg = <0x30000 0x10000>;
                                reg-names = "regs";
                                interrupts = <31>;
index c5f913b5fe42786b18ee28368110b43fd90f5bbc..7b5a4a18f49cb6981064c213805652df0911cb90 100644 (file)
                };
 
                cesa: crypto@30000 {
-                       compatible = "marvell,orion-crypto";
+                       compatible = "marvell,kirkwood-crypto";
                        reg = <0x30000 0x10000>;
                        reg-names = "regs";
                        interrupts = <22>;