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

Commit 9880ffae authored by Mao Jinlong's avatar Mao Jinlong
Browse files

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



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

Change-Id: Icb9535ada39f84b9f19a917c54bd8b8242317475
Signed-off-by: default avatarMao Jinlong <c_jmao@codeaurora.org>
parent a69c694d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ dtb-$(CONFIG_ARCH_MSM8996) += msm8996-v2-pmi8994-cdp.dtb \
	msm8996-v3.0-pmi8996-mtp.dtb \
	msm8996-v3.0-fluid.dtb \
	msm8996-v3.0-liquid.dtb \
	msm8996-v3.0-dtp.dtb \
	apq8096-v2-liquid.dtb \
	apq8096-v3-liquid.dtb \
	apq8096-v2-dragonboard.dtb \
+23 −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.0.dtsi"
#include "msm8996-dtp.dtsi"

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