提交 6f39da1c 编写于 作者: N Nitesh Narayan Lal 提交者: Herbert Xu

crypto: dts - Addition of missing SEC compatibile property in c29x device tree

The driver is compatible with SEC version 4.0, which was missing from
device tree resulting that the caam driver doesn't gets probed. Since
SEC is backward compatible with older versions, so this patch adds those
missing versions in c29x device tree.
Signed-off-by: NNitesh Narayan Lal <b44382@freescale.com>
Signed-off-by: NVakul Garg <b16394@freescale.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 f2c89a10
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
compatible = "fsl,sec-v6.0"; compatible = "fsl,sec-v6.0", "fsl,sec-v5.0",
"fsl,sec-v4.0";
fsl,sec-era = <6>; fsl,sec-era = <6>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册