From: Boris Brezillon Date: Tue, 18 Aug 2015 08:09:01 +0000 (+0200) Subject: ARM: mvebu: modify Orion and Kirkwoord crypto compatible strings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9b24a35cb59888194706825b9c5ac550b0880277;p=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 Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 9bb31314f5e9d..cd58c2e62757a 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -263,7 +263,7 @@ }; crypto: crypto-engine@30000 { - compatible = "marvell,orion-crypto"; + compatible = "marvell,dove-crypto"; reg = <0x30000 0x10000>; reg-names = "regs"; interrupts = <31>; diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi index c5f913b5fe427..7b5a4a18f49cb 100644 --- a/arch/arm/boot/dts/kirkwood.dtsi +++ b/arch/arm/boot/dts/kirkwood.dtsi @@ -251,7 +251,7 @@ }; cesa: crypto@30000 { - compatible = "marvell,orion-crypto"; + compatible = "marvell,kirkwood-crypto"; reg = <0x30000 0x10000>; reg-names = "regs"; interrupts = <22>;