Created
April 19, 2017 11:17
-
-
Save maggocnx/b613003e9f94c77ab37c1fa1b0fcde8c to your computer and use it in GitHub Desktop.
DTSI File for SC20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "dsi-panel-bt1538b-720p-video.dtsi" | |
#include "dsi-panel-ili9881c-720p-video.dtsi" | |
#include "dsi-panel-hx8394d-720p-video.dtsi" | |
#include "dsi-panel-hx8394d-qhd-video.dtsi" | |
&mdss_mdp { | |
qcom,mdss-pref-prim-intf = "dsi"; | |
}; | |
&dsi_bt1538b_720p_video { | |
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_pwm"; | |
qcom,mdss-dsi-bl-pmic-pwm-frequency = <100>; | |
qcom,mdss-dsi-bl-pmic-bank-select = <0>; | |
qcom,mdss-dsi-pwm-gpio = <&pm8909_mpps 2 0>; | |
qcom,cont-splash-enabled; | |
}; | |
&dsi_ili9881c_720p_video { | |
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_pwm"; | |
qcom,mdss-dsi-bl-pmic-pwm-frequency = <100>; | |
qcom,mdss-dsi-bl-pmic-bank-select = <0>; | |
qcom,mdss-dsi-pwm-gpio = <&pm8909_mpps 2 0>; | |
qcom,cont-splash-enabled; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment