target: msm8996: Add APPSBL weak battery checking for QRD

Look for battery voltage and make sure device have enough to bootup
Otherwise initiate battery charging.

Charging should happen as early as possible, any other driver
initialization before this should consider the power impact

Change-Id: I589d5bc4a38a8bd261e91116cc49c7981d5e44be
diff --git a/target/msm8996/init.c b/target/msm8996/init.c
index ff7fe0c..9f10bd3 100644
--- a/target/msm8996/init.c
+++ b/target/msm8996/init.c
@@ -297,6 +297,7 @@
 	{
 		case HW_PLATFORM_MTP:
 		case HW_PLATFORM_FLUID:
+		case HW_PLATFORM_QRD:
 			pm_appsbl_chg_check_weak_battery_status(1);
 			break;
 		default: