diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2017-06-15 15:10:03 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-17 09:19:27 +0300 |
commit | b97afaf69e6d47c69ef1448c9b1c431f0d2b5ea3 (patch) | |
tree | 29c5c08dd0a097c3309824f28ec2dffefaced587 /arch/arm64/boot/dts/marvell/armada-7040-db.dts | |
parent | bcd0256473af8d8efa107a6f8af34b63c50300f6 (diff) | |
download | linux-b97afaf69e6d47c69ef1448c9b1c431f0d2b5ea3.tar.xz |
arm64: dts: marvell: remove cpm crypto nodes from dts files
The cryptographic engine on the master cp110 is now enabled by default
at the SoC level. Remove its dts nodes that were only enabling it.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-7040-db.dts')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-7040-db.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-7040-db.dts b/arch/arm64/boot/dts/marvell/armada-7040-db.dts index 771311051421..92c761c380d3 100644 --- a/arch/arm64/boot/dts/marvell/armada-7040-db.dts +++ b/arch/arm64/boot/dts/marvell/armada-7040-db.dts @@ -187,7 +187,3 @@ phy = <&phy1>; phy-mode = "rgmii-id"; }; - -&cpm_crypto { - status = "okay"; -}; |