diff options
| author | Satya Durga Srinivasu Prabhala <satyap@codeaurora.org> | 2016-08-12 11:51:17 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-17 16:49:32 -0700 |
| commit | 1ebe55efef214cb3deea90eb86ed68f7f1395469 (patch) | |
| tree | 7db35b3406e2e9bea7ebff5dbb8ba4e18ccc621d | |
| parent | 17ebeb7688b29fdb1c8a2487c13be8568bc1f889 (diff) | |
ARM: dts: msm: Add support for msmcobalt v2 on qrd platform
This commit adds support for msmcobalt v2 chip on qrd platform.
CRs-Fixed: 1053410
Change-Id: I8aa775e15105d1508e387076d7ca127b7204d755
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/Makefile | 1 | ||||
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt-v2-qrd.dts | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/Makefile b/arch/arm/boot/dts/qcom/Makefile index 0a359e704c5e..3550f166f3a9 100644 --- a/arch/arm/boot/dts/qcom/Makefile +++ b/arch/arm/boot/dts/qcom/Makefile @@ -111,6 +111,7 @@ dtb-$(CONFIG_ARCH_MSMCOBALT) += msmcobalt-sim.dtb \ msmcobalt-v2-rumi.dtb \ msmcobalt-v2-mtp.dtb \ msmcobalt-v2-cdp.dtb \ + msmcobalt-v2-qrd.dtb \ apqcobalt-mtp.dtb \ apqcobalt-cdp.dtb \ apqcobalt-v2-mtp.dtb \ diff --git a/arch/arm/boot/dts/qcom/msmcobalt-v2-qrd.dts b/arch/arm/boot/dts/qcom/msmcobalt-v2-qrd.dts new file mode 100644 index 000000000000..81c17c2077e4 --- /dev/null +++ b/arch/arm/boot/dts/qcom/msmcobalt-v2-qrd.dts @@ -0,0 +1,22 @@ +/* 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-v2.dtsi" +#include "msmcobalt-qrd.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. MSM COBALT v2 QRD"; + compatible = "qcom,msmcobalt-qrd", "qcom,msmcobalt", "qcom,qrd"; + qcom,board-id = <11 0>; +}; |
