diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-04-24 23:25:19 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-07 04:17:54 +0300 |
commit | 388126a3e6c706eabf2359839753d550639c25ff (patch) | |
tree | 12c0a1df52993a2436e7a8325d62d49d93d43aa8 /arch/arm/boot/dts/imx7s.dtsi | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | linux-388126a3e6c706eabf2359839753d550639c25ff.tar.xz |
ARM: dts: imx7s: Pass the 'fsl,sec-era' property
Currently the following error is seen from the CAAM driver:
caam 30900000.caam: device ID = 0x0a16030000000000 (Era -524)
Pass the 'fsl,sec-era' property to properly describe the
era information.
This error happens because the 'fsl,sec-era' is not passed via
device tree.
The era information is used in various places inside drivers/crypto/caam,
so pass the correct version via device tree.
Fixes: 0eeabcad7da5 ("ARM: dts: imx7s: add CAAM device node")
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 4d42335c0dee..ce85b3ca1a55 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -868,6 +868,7 @@ crypto: caam@30900000 { compatible = "fsl,sec-v4.0"; + fsl,sec-era = <8>; #address-cells = <1>; #size-cells = <1>; reg = <0x30900000 0x40000>; |