Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff19e57c authored by Mao Jinlong's avatar Mao Jinlong
Browse files

ARM: dts: msm: Add initial support for msm8996 V3.1 DTP board



Create device tree file required for msm8996 V3.1 DTP. msm8996 V3.1
DTP board is qrd's 8996 V3.1 board. It is for 8996 qrd debug.

Change-Id: I82e36c66f0f7f2afb12aa64694053f78359e31e1
Signed-off-by: default avatarMao Jinlong <c_jmao@codeaurora.org>
parent 84a40fce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ dtb-$(CONFIG_ARCH_MSM8996) += msm8996-v2-pmi8994-cdp.dtb \
	msm8996-v3-pmi8996-mtp.dtb \
	msm8996-v3-fluid.dtb \
	msm8996-v3-liquid.dtb \
	msm8996-v3-dtp.dtb \
	msm8996-v3.0-pmi8994-cdp.dtb \
	msm8996-v3.0-pmi8994-mtp.dtb \
	msm8996-v3.0-pmi8994-pm8004-cdp.dtb \
+22 −0
Original line number Diff line number Diff line
/* Copyright (c) 2015, 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 "msm8996-v3.dtsi"
#include "msm8996-dtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM8996 V3 DTP";
	compatible = "qcom,msm8996-dtp", "qcom,msm8996", "qcom,qrd";
	qcom,board-id= <0x3000b 0>;
};