ARM: dts: msm: add TUI display support
Add TUI touch support on vm display panel. Change-Id: I610a67f73837399b652950001251ffb1cdeec80b Signed-off-by: Rui Chen <quic_ruc@quicinc.com>
This commit is contained in:
@@ -150,3 +150,25 @@
|
||||
&sde_dsi {
|
||||
qcom,dsi-default-panel = <&dsi_nt37801_amoled_cmd>;
|
||||
};
|
||||
|
||||
&qupv3_se4_i2c {
|
||||
st_fts@49 {
|
||||
panel = <&dsi_nt37801_amoled_cmd
|
||||
&dsi_nt37801_amoled_cmd_cphy
|
||||
&dsi_nt37801_amoled_video
|
||||
&dsi_nt37801_amoled_dsc_10b_video
|
||||
&dsi_nt37801_amoled_video_cphy
|
||||
&dsi_nt37801_amoled_cmd_spr>;
|
||||
};
|
||||
};
|
||||
|
||||
&qupv3_se15_i2c {
|
||||
status = "disabled";
|
||||
st_fts@49 {
|
||||
panel = <&dsi_nt37801_amoled_cmd
|
||||
&dsi_nt37801_amoled_cmd_cphy
|
||||
&dsi_nt37801_amoled_video
|
||||
&dsi_nt37801_amoled_video_cphy
|
||||
&dsi_nt37801_amoled_cmd_spr>;
|
||||
};
|
||||
};
|
||||
|
@@ -76,3 +76,14 @@
|
||||
&sde_dsi {
|
||||
qcom,dsi-default-panel = <&dsi_nt37801_amoled_cmd>;
|
||||
};
|
||||
|
||||
&qupv3_se4_i2c {
|
||||
st_fts@49 {
|
||||
panel = <&dsi_nt37801_amoled_cmd
|
||||
&dsi_nt37801_amoled_cmd_cphy
|
||||
&dsi_nt37801_amoled_video
|
||||
&dsi_nt37801_amoled_video_cphy
|
||||
&dsi_nt37801_amoled_dsc_10b_video
|
||||
&dsi_nt37801_amoled_cmd_spr>;
|
||||
};
|
||||
};
|
||||
|
@@ -49,3 +49,11 @@
|
||||
qcom,dsi-default-panel = <&dsi_nt37801_amoled_cmd_cphy>;
|
||||
};
|
||||
|
||||
&qupv3_se4_spi {
|
||||
st_fts@0 {
|
||||
panel = <&dsi_nt37801_amoled_cmd_cphy
|
||||
&dsi_nt37801_amoled_video_cphy
|
||||
&dsi_nt37801_amoled_cmd
|
||||
&dsi_nt37801_amoled_video>;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user