diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2018-06-28 17:15:43 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-07-13 13:41:56 +0200 |
commit | 9598918b59f507d3dcbd9c46a68ff8c1930c6a72 (patch) | |
tree | 36b2987fcd402f74531e14177aa479206f62da44 /arch/arm64 | |
parent | 4436a3711e3249840e0679e92d3c951bcaf25515 (diff) | |
download | linux-stable-9598918b59f507d3dcbd9c46a68ff8c1930c6a72.tar.gz linux-stable-9598918b59f507d3dcbd9c46a68ff8c1930c6a72.tar.bz2 linux-stable-9598918b59f507d3dcbd9c46a68ff8c1930c6a72.zip |
arm64: dts: marvell: armada-cp110: 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 cp110 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-cp110.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi index 7dabe25f6774..42213f968f3f 100644 --- a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi @@ -398,7 +398,7 @@ }; CP110_LABEL(crypto): crypto@800000 { - compatible = "inside-secure,safexcel-eip197"; + compatible = "inside-secure,safexcel-eip197b"; reg = <0x800000 0x200000>; interrupts = <ICU_GRP_NSR 87 IRQ_TYPE_LEVEL_HIGH>, <ICU_GRP_NSR 88 IRQ_TYPE_LEVEL_HIGH>, |