]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: dts: marvell: add a comment on the cp110 slave node status
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Thu, 15 Jun 2017 12:10:04 +0000 (14:10 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 17 Jun 2017 06:19:28 +0000 (08:19 +0200)
The cryptographic engine found on the cp110 slave is disabled by default
because of some known limitations. Add a comment to explain why it is
disabled by default.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi

index 7e98c155cc6afd46e1cf3643ea2495f0cf6f60ed..385ac30d601299908b387c8e10dd49d56f7ab529 100644 (file)
                                                  "ring2", "ring3", "eip";
                                clocks = <&cps_syscon0 1 26>;
                                dma-mask = <0xff 0xffffffff>;
+                               /*
+                                * The cryptographic engine found on the cp110
+                                * master is enabled by default at the SoC
+                                * level. Because it is not possible as of now
+                                * to enable two cryptographic engines in
+                                * parallel, disable this one by default.
+                                */
                                status = "disabled";
                        };
                };