mirror of https://gitee.com/openkylin/linux.git
ARM: dts: imx: Remove optional 'fsl,sec-era' property
Since commit 654f2b937b
("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>
This commit is contained in:
parent
caaac8cde9
commit
2db286d736
|
@ -922,7 +922,6 @@ aips-bus@2100000 { /* AIPS2 */
|
||||||
|
|
||||||
crypto: caam@2100000 {
|
crypto: caam@2100000 {
|
||||||
compatible = "fsl,sec-v4.0";
|
compatible = "fsl,sec-v4.0";
|
||||||
fsl,sec-era = <4>;
|
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
reg = <0x2100000 0x10000>;
|
reg = <0x2100000 0x10000>;
|
||||||
|
|
|
@ -815,7 +815,6 @@ aips2: aips-bus@2100000 {
|
||||||
|
|
||||||
crypto: caam@2100000 {
|
crypto: caam@2100000 {
|
||||||
compatible = "fsl,sec-v4.0";
|
compatible = "fsl,sec-v4.0";
|
||||||
fsl,sec-era = <4>;
|
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
reg = <0x2100000 0x10000>;
|
reg = <0x2100000 0x10000>;
|
||||||
|
|
|
@ -842,7 +842,6 @@ sai3: sai@308c0000 {
|
||||||
|
|
||||||
crypto: caam@30900000 {
|
crypto: caam@30900000 {
|
||||||
compatible = "fsl,sec-v4.0";
|
compatible = "fsl,sec-v4.0";
|
||||||
fsl,sec-era = <8>;
|
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
reg = <0x30900000 0x40000>;
|
reg = <0x30900000 0x40000>;
|
||||||
|
|
Loading…
Reference in New Issue