* [PATCH] crypto: dts - Addition of missing SEC compatibile property in c29x device tree
@ 2014-07-01 14:07 Nitesh Narayan Lal
2014-07-08 13:21 ` Herbert Xu
0 siblings, 1 reply; 3+ messages in thread
From: Nitesh Narayan Lal @ 2014-07-01 14:07 UTC (permalink / raw)
To: herbert, linux-crypto, r66431, b16394; +Cc: Nitesh Narayan Lal
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>
---
arch/powerpc/boot/dts/fsl/qoriq-sec6.0-0.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 f75b4f820..7d4a6a2 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>;
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] crypto: dts - Addition of missing SEC compatibile property in c29x device tree
2014-07-01 14:07 [PATCH] crypto: dts - Addition of missing SEC compatibile property in c29x device tree Nitesh Narayan Lal
@ 2014-07-08 13:21 ` Herbert Xu
2014-07-09 20:43 ` Marek Vasut
0 siblings, 1 reply; 3+ messages in thread
From: Herbert Xu @ 2014-07-08 13:21 UTC (permalink / raw)
To: Nitesh Narayan Lal; +Cc: linux-crypto, r66431, b16394
On Tue, Jul 01, 2014 at 07:37:23PM +0530, Nitesh Narayan Lal wrote:
> 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>
Patch applied.
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] crypto: dts - Addition of missing SEC compatibile property in c29x device tree
2014-07-08 13:21 ` Herbert Xu
@ 2014-07-09 20:43 ` Marek Vasut
0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2014-07-09 20:43 UTC (permalink / raw)
To: Herbert Xu; +Cc: Nitesh Narayan Lal, linux-crypto, r66431, b16394, devicetree
On Tuesday, July 08, 2014 at 03:21:11 PM, Herbert Xu wrote:
> On Tue, Jul 01, 2014 at 07:37:23PM +0530, Nitesh Narayan Lal wrote:
> > 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>
>
> Patch applied.
Are you sure DT changes go through linux-crypto tree ?
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-09 21:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-01 14:07 [PATCH] crypto: dts - Addition of missing SEC compatibile property in c29x device tree Nitesh Narayan Lal
2014-07-08 13:21 ` Herbert Xu
2014-07-09 20:43 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).