]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx: Remove optional 'fsl,sec-era' property
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 4 Jul 2018 17:52:50 +0000 (14:52 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 11 Jul 2018 12:32:15 +0000 (20:32 +0800)
Since commit 654f2b937b38 ("crypto: caam - allow retrieving 'era' from
register") the CAAM driver is capable of obtaining the era version by
reading the appropriate CAAM registers, so let the CAAM driver discover
the era version in run-time instead of hardcoding such information in the
device tree.

According to Documentation/devicetree/bindings/crypto/fsl-sec4.txt the
'fsl,sec-era' is an optional property and this can be safely removed
now.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl.dtsi
arch/arm/boot/dts/imx6sx.dtsi
arch/arm/boot/dts/imx7s.dtsi

index 911141e246810fe654db3d44dd147afca7122569..61d2d26afbf4d90474dcae54930bb036ba13412b 100644 (file)
@@ -922,7 +922,6 @@ aips-bus@2100000 { /* AIPS2 */
 
                        crypto: caam@2100000 {
                                compatible = "fsl,sec-v4.0";
-                               fsl,sec-era = <4>;
                                #address-cells = <1>;
                                #size-cells = <1>;
                                reg = <0x2100000 0x10000>;
index 596763c2fe33765df6663c6bf4e0a8f2e6bd48c7..881c0dd8d09a78e60fc96868f298732c00cb2a17 100644 (file)
@@ -815,7 +815,6 @@ aips2: aips-bus@2100000 {
 
                        crypto: caam@2100000 {
                                compatible = "fsl,sec-v4.0";
-                               fsl,sec-era = <4>;
                                #address-cells = <1>;
                                #size-cells = <1>;
                                reg = <0x2100000 0x10000>;
index 9ced589bfa9623cc7ee16ea50d0d7f6ad55b2a1f..a052198f6e9631484a7e6d08907110a427db3dc1 100644 (file)
@@ -842,7 +842,6 @@ sai3: sai@308c0000 {
 
                        crypto: caam@30900000 {
                                compatible = "fsl,sec-v4.0";
-                               fsl,sec-era = <8>;
                                #address-cells = <1>;
                                #size-cells = <1>;
                                reg = <0x30900000 0x40000>;