ARM: dts: msm: add pinctrl configuration for Touchscreen GPIOs on MSMFALCON

Add pinctrl configuration for GPIO66 and GPIO67 used by Touchscreen
on MSMFALCON.

Change-Id: Ica5ff2bdbdfbfd2fa8dbba7048b74108b2a05f3f
Signed-off-by: Himanshu Aggarwal <haggarwa@codeaurora.org>
This commit is contained in:
Himanshu Aggarwal 2016-12-19 16:22:49 +05:30
parent 2d28ff0953
commit ca21aee131

View file

@ -788,5 +788,46 @@
};
};
};
ts_mux {
ts_active: ts_active {
mux {
pins = "gpio66", "gpio67";
function = "gpio";
};
config {
pins = "gpio66", "gpio67";
drive-strength = <16>;
bias-pull-up;
};
};
ts_reset_suspend: ts_reset_suspend {
mux {
pins = "gpio66";
function = "gpio";
};
config {
pins = "gpio66";
drive-strength = <2>;
bias-pull-down;
};
};
ts_int_suspend: ts_int_suspend {
mux {
pins = "gpio67";
function = "gpio";
};
config {
pins = "gpio67";
drive-strength = <2>;
bias-disable;
};
};
};
};
};