]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
crypto: dts - Addition of missing SEC compatibile property in c29x device tree
authorNitesh Narayan Lal <b44382@freescale.com>
Tue, 1 Jul 2014 14:07:23 +0000 (19:37 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 8 Jul 2014 13:06:32 +0000 (21:06 +0800)
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: Nitesh Narayan Lal <b44382@freescale.com>
Signed-off-by: Vakul Garg <b16394@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/boot/dts/fsl/qoriq-sec6.0-0.dtsi

index f75b4f820c3c53c5220c1957065f0d70fee06cc0..7d4a6a2354f403e642e332a3ff0ee7748021537e 100644 (file)
@@ -32,7 +32,8 @@
  * 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>;
        #address-cells = <1>;
        #size-cells = <1>;