platform: msm_shared: add chipinfo for msmgold

add soc id's for msmgold and apqgold

Change-Id: Ie6df7264c28bba3171cb72b2e123ba9daec73017
diff --git a/platform/msm_shared/smem.h b/platform/msm_shared/smem.h
index 05e9ede..5819d69 100644
--- a/platform/msm_shared/smem.h
+++ b/platform/msm_shared/smem.h
@@ -2,7 +2,7 @@
  * Copyright (c) 2009, Google Inc.
  * All rights reserved.
  *
- * Copyright (c) 2009-2015, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2009-2016, 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
@@ -447,6 +447,10 @@
 	MSMTITANIUM  = 293,
 	MSM8937 = 294,
 	APQ8037 = 295,
+	MSMGOLD = 303,
+	APQGOLD = 307,
+	MSMGOLD2 = 308,
+	MSMGOLD3 = 309,
 	APQTITANIUM = 304,
 };