msm: pil: Add pil driver for video core

Add support to boot a securely signed image on the video core.

Change-Id: Ideb010dc7b0cad9fac6aef10e3f5256372887ee3
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
diff --git a/arch/arm/mach-msm/scm-pas.h b/arch/arm/mach-msm/scm-pas.h
index 3651ee1..2fe71a9 100644
--- a/arch/arm/mach-msm/scm-pas.h
+++ b/arch/arm/mach-msm/scm-pas.h
@@ -22,6 +22,7 @@
 	PAS_RIVA,
 	PAS_SECAPP,
 	PAS_GSS,
+	PAS_VIDC,
 };
 
 extern int pas_init_image(enum pas_id id, const u8 *metadata, size_t size);