diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-04 20:52:50 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-11 15:32:15 +0300 |
commit | 2db286d7361ecde6cb336cc8f10582afa9c09374 (patch) | |
tree | 854bb77a9f47d837bbfc7f360b0d88aec1226741 /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | caaac8cde914ebab128295240cb489841d224170 (diff) | |
download | linux-2db286d7361ecde6cb336cc8f10582afa9c09374.tar.xz |
ARM: dts: imx: Remove optional 'fsl,sec-era' property
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 911141e24681..61d2d26afbf4 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -922,7 +922,6 @@ crypto: caam@2100000 { compatible = "fsl,sec-v4.0"; - fsl,sec-era = <4>; #address-cells = <1>; #size-cells = <1>; reg = <0x2100000 0x10000>; |