ARM: dts: msm: Add support for msm8926 v2

Distinguish between msm8926 v1 and v2 based boards.
Add support for boards with external VDD_APC buck regulator.

CRs-fixed: 605364
Change-Id: I4287a0a55547f16c8b3977ca8745f053cb03b76a
Signed-off-by: Hanumant Singh <hanumant@codeaurora.org>
diff --git a/arch/arm/boot/dts/msm8926-v1-720p-mtp.dts b/arch/arm/boot/dts/msm8926-v1-720p-mtp.dts
new file mode 100644
index 0000000..7b49930
--- /dev/null
+++ b/arch/arm/boot/dts/msm8926-v1-720p-mtp.dts
@@ -0,0 +1,23 @@
+/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 and
+ * only version 2 as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+
+
+/dts-v1/;
+/include/ "msm8926-v1.dtsi"
+/include/ "msm8226-720p-mtp.dtsi"
+/include/ "msm8226-camera-sensor-mtp.dtsi"
+
+/ {
+	model = "Qualcomm MSM 8926 MTP";
+	compatible = "qcom,msm8926-mtp", "qcom,msm8926", "qcom,mtp";
+	qcom,board-id = <8 0>;
+};