ARM: dts: msm: add support for MSM8974Pro-AC boards which use PM8941+PM8841

Add support for MSM8974Pro-AC boards which use PMICs PM8941 and
PM8841 instead of PMA8084.  This requires decoupling
MSM8974Pro-AC from PMA8084 in existing device tree files.

Change-Id: I70c6b251ac2fc34b8601694ce6d16400cd6b07cd
Signed-off-by: David Collins <collinsd@codeaurora.org>
diff --git a/arch/arm/boot/dts/msm8974pro-ac-pm8941-cdp.dts b/arch/arm/boot/dts/msm8974pro-ac-pm8941-cdp.dts
new file mode 100644
index 0000000..3e0feda
--- /dev/null
+++ b/arch/arm/boot/dts/msm8974pro-ac-pm8941-cdp.dts
@@ -0,0 +1,22 @@
+/* Copyright (c) 2013, 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/ "msm8974pro-ac-pm8941.dtsi"
+/include/ "msm8974-cdp.dtsi"
+
+/ {
+	model = "Qualcomm MSM 8974Pro-AC CDP";
+	compatible = "qcom,msm8974-cdp", "qcom,msm8974", "qcom,cdp";
+	qcom,board-id = <1 0>;
+};