Crypto: Init drivers first during psa_crypto_init()

Make sure that the patches for mbedcrypto are uniquely numbered
and add a patch to initialise the drivers as first step during
psa_crypto_init().

Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
Change-Id: I95cca2d553a2a287be791c79ee89a814c24e442c
diff --git a/lib/ext/mbedcrypto/0005-Add-LMS-implementation.patch b/lib/ext/mbedcrypto/0005-Add-LMS-implementation.patch
index 0ce185f..5cb4d57 100644
--- a/lib/ext/mbedcrypto/0005-Add-LMS-implementation.patch
+++ b/lib/ext/mbedcrypto/0005-Add-LMS-implementation.patch
@@ -1,7 +1,7 @@
-From 37bad45c56543a289be7854a8723d9b29c0b8cb2 Mon Sep 17 00:00:00 2001
+From afc821070e7b7a6c634707f1d847b1445101bdd7 Mon Sep 17 00:00:00 2001
 From: Raef Coles <raef.coles@arm.com>
 Date: Wed, 21 Jul 2021 12:42:15 +0100
-Subject: [PATCH 5/6] Add LMS implementation
+Subject: [PATCH 5/9] Add LMS implementation
 
 Also an LM-OTS implementation as one is required for LMS.