ARM: dts: msm: add TUI touch support on vm display panel on tuna

Add TUI touch support on vm display panel on Tuna target.

Change-Id: I52c09fb96a54fe950c96761f96e2dfb274261021
Signed-off-by: Anand Tarakh <quic_atarakh@quicinc.com>
Signed-off-by: lnxdisplay <lnxdisplay@localhost>
This commit is contained in:
Anand Tarakh
2025-01-07 14:52:06 +05:30
committed by lnxdisplay
parent 7364fffb72
commit a9d0d303a5
2 changed files with 34 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* /*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/ */
#include "trustedvm-tuna-sde-display.dtsi" #include "trustedvm-tuna-sde-display.dtsi"
@@ -221,3 +221,19 @@
&sde_dsi { &sde_dsi {
qcom,dsi-default-panel = <&dsi_nt37801_amoled_cmd>; qcom,dsi-default-panel = <&dsi_nt37801_amoled_cmd>;
}; };
&qupv3_se4_i2c {
st_fts@49 {
panel = <&dsi_nt37801_amoled_cmd
&dsi_nt37801_amoled_video
&dsi_nt37801_amoled_dsc_10b_cmd
&dsi_nt37801_amoled_dsc_10b_video
&dsi_nt37801_amoled_cmd_spr
&dsi_nt37801_amoled_vid_spr
&dsi_nt37801_amoled_qsync_cmd
&dsi_nt37801_amoled_qsync_video
&dsi_nt37801_amoled_fhd_plus_cmd
&dsi_nt37801_amoled_cmd_ddicspr
&dsi_nt37801_amoled_video_ddicspr>;
};
};

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* /*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/ */
#include "trustedvm-tuna-sde-display.dtsi" #include "trustedvm-tuna-sde-display.dtsi"
@@ -154,3 +154,19 @@
&sde_dsi { &sde_dsi {
qcom,dsi-default-panel = <&dsi_nt37801_amoled_cmd>; qcom,dsi-default-panel = <&dsi_nt37801_amoled_cmd>;
}; };
&qupv3_se4_i2c {
st_fts@49 {
panel = <&dsi_nt37801_amoled_cmd
&dsi_nt37801_amoled_video
&dsi_nt37801_amoled_dsc_10b_cmd
&dsi_nt37801_amoled_dsc_10b_video
&dsi_nt37801_amoled_cmd_spr
&dsi_nt37801_amoled_vid_spr
&dsi_nt37801_amoled_qsync_cmd
&dsi_nt37801_amoled_qsync_video
&dsi_nt37801_amoled_fhd_plus_cmd
&dsi_nt37801_amoled_cmd_ddicspr
&dsi_nt37801_amoled_video_ddicspr>;
};
};