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

Commit e631067f authored by Chun Zhang's avatar Chun Zhang
Browse files

ARM: dts: msm: Add support for 8939 MTP with JDI panel



Create a new DTS file for 8939 MTP with JDI touchscreen and display
panel. Such devices have board subtype 3.

Change-Id: I49644b6f4ff1eb7b95e20e2be237b715731df6fd
Signed-off-by: default avatarChun Zhang <chunz@codeaurora.org>
parent 0b5fe757
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ dtb-$(CONFIG_ARCH_MSM8916) += msm8916-sim.dtb \
	msm8939-cdp.dtb \
	msm8939-cdp-jdi.dtb \
	msm8939-mtp.dtb \
	msm8939-mtp-jdi.dtb \
	msm8939-mtp-smb1360.dtb \
	msm8939-mtp-wcd9306.dtb \
	msm8936-qrd-skuk.dtb \
+22 −0
Original line number Diff line number Diff line
/* Copyright (c) 2014, 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 "msm8939.dtsi"
#include "msm8939-mtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM 8939 MTP JDI";
	compatible = "qcom,msm8939-mtp", "qcom,msm8939", "qcom,mtp";
	qcom,board-id = <8 3>;
};