summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitesh Narayan Lal <b44382@freescale.com>2014-07-01 16:07:23 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2014-07-08 15:06:32 +0200
commit6f39da1cadac76fedc16d629a8f7c0d0eef814c6 (patch)
tree2225ed02cfc39bd21ec098c4ef1c19974dd781d8
parentcrypto: drbg - Use Kconfig to ensure at least one RNG option is set (diff)
downloadlinux-6f39da1cadac76fedc16d629a8f7c0d0eef814c6.tar.xz
linux-6f39da1cadac76fedc16d629a8f7c0d0eef814c6.zip
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: Nitesh Narayan Lal <b44382@freescale.com> Signed-off-by: Vakul Garg <b16394@freescale.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--arch/powerpc/boot/dts/fsl/qoriq-sec6.0-0.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-sec6.0-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-sec6.0-0.dtsi
index f75b4f820c3c..7d4a6a2354f4 100644
--- a/arch/powerpc/boot/dts/fsl/qoriq-sec6.0-0.dtsi
+++ b/arch/powerpc/boot/dts/fsl/qoriq-sec6.0-0.dtsi
@@ -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>;