ARM: dts: msm: add nt35597 dual dsi cmd mode panel for msmcobalt
Add gpio, regulator and other required settings for nt35597 dual-dsi command mode panel for msmcobalt CDP. Add this panel to the list of supported panels for msmcobalt to allow selecting this panel at runtime using kernel command line. CRs-Fixed: 1019289 Change-Id: If5e6a6b0d7753e3fc83ed6df5d866a62eb5cd60b Signed-off-by: Aravind Venkateswaran <aravindh@codeaurora.org>
This commit is contained in:
parent
fc037663f5
commit
e11d690e0f
2 changed files with 15 additions and 0 deletions
|
@ -175,6 +175,14 @@
|
|||
qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
|
||||
};
|
||||
|
||||
&dsi_dual_nt35597_cmd {
|
||||
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
|
||||
qcom,mdss-dsi-bl-min-level = <1>;
|
||||
qcom,mdss-dsi-bl-max-level = <4095>;
|
||||
qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
|
||||
qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
|
||||
};
|
||||
|
||||
&pmicobalt_haptics {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include "dsi-panel-sim-video.dtsi"
|
||||
#include "dsi-panel-sim-dualmipi-video.dtsi"
|
||||
#include "dsi-panel-nt35597-dualmipi-wqxga-video.dtsi"
|
||||
#include "dsi-panel-nt35597-dualmipi-wqxga-cmd.dtsi"
|
||||
|
||||
&soc {
|
||||
dsi_panel_pwr_supply: dsi_panel_pwr_supply {
|
||||
|
@ -70,3 +71,9 @@
|
|||
qcom,mdss-dsi-t-clk-post = <0x0d>;
|
||||
qcom,mdss-dsi-t-clk-pre = <0x2d>;
|
||||
};
|
||||
|
||||
&dsi_dual_nt35597_cmd {
|
||||
qcom,mdss-dsi-panel-timings = [00 1a 04 06 0a 0a 05 06 05 03 04 00];
|
||||
qcom,mdss-dsi-t-clk-post = <0x0d>;
|
||||
qcom,mdss-dsi-t-clk-pre = <0x2d>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue