diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2018-06-28 17:15:44 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-07-13 13:42:03 +0200 |
commit | c462f6c77e72804b72e008a91c4b6fa8d9b4b265 (patch) | |
tree | ca14c8a6513fba6eaba1277006ad30cabd55a7db /arch/arm64 | |
parent | 9598918b59f507d3dcbd9c46a68ff8c1930c6a72 (diff) | |
download | linux-stable-c462f6c77e72804b72e008a91c4b6fa8d9b4b265.tar.gz linux-stable-c462f6c77e72804b72e008a91c4b6fa8d9b4b265.tar.bz2 linux-stable-c462f6c77e72804b72e008a91c4b6fa8d9b4b265.zip |
arm64: dts: marvell: armada-37xx: update the crypto engine compatible
New compatibles are now supported by the Inside Secure SafeXcel driver.
As they are more specific than the old ones, they should be used
whenever possible. This patch updates the Marvell Armada 37xx device
tree accordingly.
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index fc5623ac14b1..d9531e242eb4 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -308,7 +308,7 @@ }; crypto: crypto@90000 { - compatible = "inside-secure,safexcel-eip97"; + compatible = "inside-secure,safexcel-eip97ies"; reg = <0x90000 0x20000>; interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>, |