summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunmin Wang <runminw@codeaurora.org>2016-06-09 17:10:15 -0700
committerKyle Yan <kyan@codeaurora.org>2016-06-15 16:14:54 -0700
commitd640ab1b59cedcaeb89b08c8db26a7b6ed1141ee (patch)
treefb11fc054fb7bdcdbc2ab8ccdb243055c48419dc
parentf6ec86a0c09ac730879aa9557fc6ac966f4741f1 (diff)
ARM: dts: msm: Add support for MSMCOBALT QRD
Add device tree file necessary to support msmcobalt qrd platform. CRs-Fixed: 1026732 Change-Id: Ic234c29b9c86e7095ab39f633eda57560b271c1f Signed-off-by: Runmin Wang <runminw@codeaurora.org>
-rw-r--r--Documentation/devicetree/bindings/arm/msm/msm.txt1
-rw-r--r--arch/arm/boot/dts/qcom/Makefile1
-rw-r--r--arch/arm/boot/dts/qcom/msmcobalt-qrd.dts23
3 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/msm.txt b/Documentation/devicetree/bindings/arm/msm/msm.txt
index d387336a2b5d..2b97794e0a58 100644
--- a/Documentation/devicetree/bindings/arm/msm/msm.txt
+++ b/Documentation/devicetree/bindings/arm/msm/msm.txt
@@ -245,6 +245,7 @@ compatible = "qcom,msm8996-mtp"
compatible = "qcom,msm8996-adp"
compatible = "qcom,msmcobalt-sim"
compatible = "qcom,msmcobalt-rumi"
+compatible = "qcom,msmcobalt-qrd"
compatible = "qcom,msmhamster-rumi"
compatible = "qcom,msmhamster-cdp"
compatible = "qcom,msmhamster-mtp"
diff --git a/arch/arm/boot/dts/qcom/Makefile b/arch/arm/boot/dts/qcom/Makefile
index faf39d2a8970..0f5a799002f5 100644
--- a/arch/arm/boot/dts/qcom/Makefile
+++ b/arch/arm/boot/dts/qcom/Makefile
@@ -106,6 +106,7 @@ dtb-$(CONFIG_ARCH_MSMCOBALT) += msmcobalt-sim.dtb \
msmcobalt-rumi.dtb \
msmcobalt-cdp.dtb \
msmcobalt-mtp.dtb \
+ msmcobalt-qrd.dtb \
msmcobalt-v2-sim.dtb \
msmcobalt-v2-rumi.dtb \
msmcobalt-v2-mtp.dtb \
diff --git a/arch/arm/boot/dts/qcom/msmcobalt-qrd.dts b/arch/arm/boot/dts/qcom/msmcobalt-qrd.dts
new file mode 100644
index 000000000000..9848d6da33a5
--- /dev/null
+++ b/arch/arm/boot/dts/qcom/msmcobalt-qrd.dts
@@ -0,0 +1,23 @@
+/* Copyright (c) 2016, 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 "msmcobalt.dtsi"
+#include "msmcobalt-mtp.dtsi"
+
+/ {
+ model = "Qualcomm Technologies, Inc. MSM COBALT QRD";
+ compatible = "qcom,msmcobalt-qrd", "qcom,msmcobalt", "qcom,qrd";
+ qcom,board-id = <11 0>;
+};