ARM: dts: msm: enable touch support for Kera platforms

Enable touch support for Kera on MTP, CDP and QRD platforms.

Change-Id: Ic201de06c7bc78a71ca163dd63a1ebd3caf1812e
Signed-off-by: Anand Tarakh <quic_atarakh@quicinc.com>
This commit is contained in:
Anand Tarakh
2024-11-06 14:17:24 +05:30
parent 8b1c694a87
commit 16a5ef656a
4 changed files with 183 additions and 0 deletions

View File

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