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

Commit 21e77591 authored by Shuo Yan's avatar Shuo Yan
Browse files

ARM: dts: msm: Enable synaptics r61318 display panel for MSM8939 SKUL



Add the synaptics r61318 display panel to the MSM8939 SKUL board device
tree.

Change-Id: I68105feeda1fddae2eee81e2565767df2905ce99
Signed-off-by: default avatarShuo Yan <shuoy@codeaurora.org>
parent 9d277866
Loading
Loading
Loading
Loading
+27 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -11,6 +11,7 @@
 */
 */


#include "msm8939-qrd-skuk.dtsi"
#include "msm8939-qrd-skuk.dtsi"
#include "dsi-panel-r61318-hd-video.dtsi"


&soc {
&soc {
	i2c@78b9000 { /* BLSP1 QUP5 */
	i2c@78b9000 { /* BLSP1 QUP5 */
@@ -65,3 +66,28 @@
&sdhc_2 {
&sdhc_2 {
	status = "disabled";
	status = "disabled";
};
};

&mdss_mdp {
	qcom,mdss-pref-prim-intf = "dsi";
};

&pmx_mdss {
	qcom,num-grp-pins = <2>;
	qcom,pins = <&gp 1>, <&gp 25>;
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_r61318_hd_video>;
	pinctrl-names = "mdss_default", "mdss_sleep";
	pinctrl-0 = <&mdss_dsi_active>;
	pinctrl-1 = <&mdss_dsi_suspend>;
	qcom,platform-reset-gpio = <&msm_gpio 25 0>;
	qcom,platform-bklight-en-gpio = <&msm_gpio 1 0>;
};

&dsi_r61318_hd_video {
	qcom,cont-splash-enabled;
	qcom,esd-check-enabled;
	qcom,mdss-dsi-pan-enable-dynamic-fps;
	qcom,mdss-dsi-pan-fps-update = "dfps_immediate_porch_mode_vfp";
};