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

Commit b90c988f authored by Xiaogang Cui's avatar Xiaogang Cui
Browse files

ARM: dts: msm: Add initial support for msm8998 QRD SKUK HDK board



Add initial device trees for msm8998 QRD SKUK HDK board.

Change-Id: Ib089e7ddd38d0d15285ed65c8a29039451cfc3c5
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent e4aff446
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ dtb-$(CONFIG_ARCH_MSM8998) += msm8998-sim.dtb \
	msm8998-qrd-vr1.dtb \
	msm8998-v2-qrd-vr1.dtb \
	msm8998-v2-qrd-skuk-evt3.dtb \
	msm8998-v2-qrd-skuk-hdk.dtb \
	apq8998-mtp.dtb \
	apq8998-cdp.dtb \
	apq8998-v2-mtp.dtb \
+23 −0
Original line number Diff line number Diff line
/* 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 "msm8998-v2.dtsi"
#include "msm8998-qrd-skuk.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM 8998 SKUK HDK";
	compatible = "qcom,msm8998-qrd", "qcom,msm8998", "qcom,qrd";
	qcom,board-id = <0x06000b 0x10>;
};