ARM: dts: msm: add fts touch device nodes for Sun

Change adds fts touch driver device nodes for Sun
CDP and MTP target. Also adds pinctrl states for
touchscreen.

Change-Id: Iabba28806e4f1f3cced6270f82cbdca1c1366ede
Signed-off-by: Rohith Iyer <quic_rohiiyer@quicinc.com>
This commit is contained in:
Rohith Iyer
2023-11-09 17:25:31 -08:00
parent 96351f54d0
commit 36a1551ff2
3 changed files with 166 additions and 0 deletions

View File

@@ -3217,4 +3217,65 @@
};
};
};
/* touchscreen pins */
pmx_ts_active {
ts_active: ts_active {
mux {
pins = "gpio161", "gpio162";
function = "gpio";
};
config {
pins = "gpio161", "gpio162";
drive-strength = <8>;
bias-pull-up;
};
};
};
pmx_ts_reset_suspend {
ts_reset_suspend: ts_reset_suspend {
mux {
pins = "gpio161";
function = "gpio";
};
config {
pins = "gpio161";
drive-strength = <2>;
bias-pull-down;
};
};
};
pmx_ts_int_suspend {
ts_int_suspend: ts_int_suspend {
mux {
pins = "gpio162";
function = "gpio";
};
config {
pins = "gpio162";
drive-strength = <2>;
bias-pull-down;
};
};
};
pmx_ts_release {
ts_release: ts_release {
mux {
pins = "gpio161", "gpio162";
function = "gpio";
};
config {
pins = "gpio161", "gpio162";
drive-strength = <2>;
bias-disable;
};
};
};
};