ARM: dts: msm: Add device tree for 8998 MTP with 4k display
The 4k display variant of the 8998 MTP has a new device subtype. Creating a new device tree file with the default panel set to 4k command mode to support this MTP variant. Change-Id: I1f1eee1baf2bfb1f452e724b55536674a9d6d973 Signed-off-by: Rajkumar Subbiah <rsubbia@codeaurora.org>
This commit is contained in:
parent
1342831f8a
commit
4c368d38aa
2 changed files with 52 additions and 0 deletions
|
@ -141,6 +141,7 @@ dtb-$(CONFIG_ARCH_MSM8998) += msm8998-sim.dtb \
|
|||
apq8098-v2-qrd.dtb \
|
||||
apq8098-v2-qrd-skuk-hdk.dtb \
|
||||
msm8998-v2.1-mtp.dtb \
|
||||
msm8998-v2.1-mtp-4k-display.dtb \
|
||||
msm8998-v2.1-cdp.dtb \
|
||||
msm8998-v2.1-qrd.dtb \
|
||||
apq8098-v2.1-mtp.dtb \
|
||||
|
|
51
arch/arm/boot/dts/qcom/msm8998-v2.1-mtp-4k-display.dts
Normal file
51
arch/arm/boot/dts/qcom/msm8998-v2.1-mtp-4k-display.dts
Normal file
|
@ -0,0 +1,51 @@
|
|||
/* Copyright (c) 2017, 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.1.dtsi"
|
||||
#include "msm8998-mtp.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. MSM 8998 v2.1 MTP, 4k display";
|
||||
compatible = "qcom,msm8998-mtp", "qcom,msm8998", "qcom,mtp";
|
||||
qcom,board-id = <8 4>;
|
||||
};
|
||||
|
||||
&mdss_mdp {
|
||||
qcom,mdss-pref-prim-intf = "dsi";
|
||||
};
|
||||
|
||||
&mdss_dsi {
|
||||
hw-config = "split_dsi";
|
||||
};
|
||||
|
||||
&mdss_dsi0 {
|
||||
qcom,dsi-pref-prim-pan = <&dsi_sharp_4k_dsc_cmd>;
|
||||
pinctrl-names = "mdss_default", "mdss_sleep";
|
||||
pinctrl-0 = <&mdss_dsi_active &mdss_te_active>;
|
||||
pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>;
|
||||
qcom,platform-reset-gpio = <&tlmm 94 0>;
|
||||
qcom,platform-te-gpio = <&tlmm 10 0>;
|
||||
qcom,panel-mode-gpio = <&tlmm 91 0>;
|
||||
};
|
||||
|
||||
&mdss_dsi1 {
|
||||
qcom,dsi-pref-prim-pan = <&dsi_sharp_4k_dsc_cmd>;
|
||||
pinctrl-names = "mdss_default", "mdss_sleep";
|
||||
pinctrl-0 = <&mdss_dsi_active &mdss_te_active>;
|
||||
pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>;
|
||||
qcom,platform-reset-gpio = <&tlmm 94 0>;
|
||||
qcom,platform-te-gpio = <&tlmm 10 0>;
|
||||
qcom,panel-mode-gpio = <&tlmm 91 0>;
|
||||
};
|
Loading…
Add table
Reference in a new issue