msm: pil-mba: Add the PIL Modem Boot Authenticator driver
The PIL driver interacts with the Modem Boot Authenticator (MBA)
image running on the modem processor using a Relay Message Buffer
(RMB) register interface. The MBA authenticates the Primary Modem
Image (PMI) and, upon success, begins its execution.
Change-Id: Iebac24f507dc8c8a77aea3c8a35b78cea33f9acc
Signed-off-by: Matt Wagantall <mattw@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-copper.c b/arch/arm/mach-msm/board-copper.c
index 0e320fc..53de3b2 100644
--- a/arch/arm/mach-msm/board-copper.c
+++ b/arch/arm/mach-msm/board-copper.c
@@ -496,6 +496,7 @@
 	OF_DEV_AUXDATA("qcom,pil-q6v5-lpass",   0xFE200000, \
 			"pil-q6v5-lpass", NULL),
 	OF_DEV_AUXDATA("qcom,pil-q6v5-mss", 0xFC880000, "pil-q6v5-mss", NULL),
+	OF_DEV_AUXDATA("qcom,pil-mba",     0xFC820000, "pil-mba", NULL),
 	OF_DEV_AUXDATA("qcom,pil-pronto", 0xFB21B000, \
 			"pil_pronto", NULL),
 	OF_DEV_AUXDATA("qcom,msm-rng", 0xF9BFF000, \