platform: msm_shared: Add new REG_LDO macro

Add LDO13 LDO15 macro define.

Change-Id: I168b5a9c9f9b44b4dcd68753de3cdf8217e685a1
diff --git a/platform/msm_shared/include/regulator.h b/platform/msm_shared/include/regulator.h
index 9759354..fa68fff 100644
--- a/platform/msm_shared/include/regulator.h
+++ b/platform/msm_shared/include/regulator.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2014-2017,2019 The Linux Foundation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
@@ -71,7 +71,9 @@
 #define REG_LDO6	BIT(5)
 #define REG_LDO11	BIT(10)
 #define REG_LDO12	BIT(11)
+#define REG_LDO13	BIT(12)
 #define REG_LDO14	BIT(13)
+#define REG_LDO15	BIT(14)
 #define REG_LDO17	BIT(16)
 #define REG_LDO18	BIT(17)
 #define REG_LDO28	BIT(27)