ARM: dts: msm: Add truly panel support for SDM636
Add the changes to support the 1080p truly panel as default panel for SDM636. Change-Id: Ia6d9b26fb7efb1d8ed362da42e3b6f22798f6f5e Signed-off-by: Rashi Bindra <rbindra@codeaurora.org>
This commit is contained in:
parent
2c76acdba2
commit
fdb5a89b1c
2 changed files with 22 additions and 0 deletions
|
@ -14,3 +14,14 @@
|
|||
/ {
|
||||
};
|
||||
|
||||
&mdss_dsi {
|
||||
hw-config = "single_dsi";
|
||||
};
|
||||
|
||||
&mdss_dsi0 {
|
||||
qcom,dsi-pref-prim-pan = <&dsi_nt35695b_truly_fhd_video>;
|
||||
};
|
||||
|
||||
&mdss_dsi1 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
@ -14,3 +14,14 @@
|
|||
/ {
|
||||
};
|
||||
|
||||
&mdss_dsi {
|
||||
hw-config = "single_dsi";
|
||||
};
|
||||
|
||||
&mdss_dsi0 {
|
||||
qcom,dsi-pref-prim-pan = <&dsi_nt35695b_truly_fhd_video>;
|
||||
};
|
||||
|
||||
&mdss_dsi1 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue