summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMohamed Moussa <mmouss@codeaurora.org>2016-11-16 16:54:32 -0800
committerDavid Ng <dave@codeaurora.org>2016-11-17 10:52:52 -0800
commit0eed236e7876a567351f682ee0cb33f49d8de662 (patch)
treed10fb2d7527347b72c923233d1a33e480616296e /arch
parent4b1c2e228c806b716546812e6b61b3637d23b4f6 (diff)
ARM: dts: msm: Add DT for mediabox variant of apqcobalt
Device tree creation of new mediabox variant of apqcobalt. CRs-Fixed: 1091110 Change-Id: I4f8070e7fd0aa39664208cfab2448b5a95ab2326 Signed-off-by: Mohamed Moussa <mmouss@codeaurora.org> Signed-off-by: David Ng <dave@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/Makefile1
-rw-r--r--arch/arm/boot/dts/qcom/apqcobalt-v2.1-mediabox.dts30
2 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/Makefile b/arch/arm/boot/dts/qcom/Makefile
index 7810842100cd..88346d84096d 100644
--- a/arch/arm/boot/dts/qcom/Makefile
+++ b/arch/arm/boot/dts/qcom/Makefile
@@ -127,6 +127,7 @@ dtb-$(CONFIG_ARCH_MSMCOBALT) += msmcobalt-sim.dtb \
apqcobalt-v2.1-mtp.dtb \
apqcobalt-v2.1-cdp.dtb \
apqcobalt-v2.1-qrd.dtb \
+ apqcobalt-v2.1-mediabox.dtb \
msmcobalt-v2.1-interposer-msmfalcon-cdp.dtb \
msmcobalt-v2.1-interposer-msmfalcon-mtp.dtb \
msmcobalt-v2.1-interposer-msmfalcon-qrd.dtb
diff --git a/arch/arm/boot/dts/qcom/apqcobalt-v2.1-mediabox.dts b/arch/arm/boot/dts/qcom/apqcobalt-v2.1-mediabox.dts
new file mode 100644
index 000000000000..86df23dbb486
--- /dev/null
+++ b/arch/arm/boot/dts/qcom/apqcobalt-v2.1-mediabox.dts
@@ -0,0 +1,30 @@
+/* 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 "apqcobalt-v2.1.dtsi"
+#include "msmcobalt-cdp.dtsi"
+
+/ {
+ model = "Qualcomm Technologies, Inc. APQ COBALT V2.1 mediabox";
+ compatible = "qcom,apqcobalt-cdp", "qcom,apqcobalt", "qcom,cdp";
+ qcom,board-id = <8 1>;
+};
+
+&pil_modem {
+ status = "disabled";
+};
+
+&mdss_mdp {
+ qcom,mdss-pref-prim-intf = "hdmi";
+};