platform/target: Add support to enable RPM-SMD framework and PMI8950 on MSM8952

Enable RPM/SMD Regulator framework and PMI8950 on MSM8952

Change-Id: Iccb7f0a74915538f2e6ea3c8caf11a8f25560936
diff --git a/platform/msm8952/platform.c b/platform/msm8952/platform.c
index 6d82c08..996d603 100644
--- a/platform/msm8952/platform.c
+++ b/platform/msm8952/platform.c
@@ -167,3 +167,8 @@
 	else
 		return MSM_SHARED_BASE;
 }
+
+uint32_t platform_get_max_periph()
+{
+	return 256;
+}