diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-20 23:45:09 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-20 23:45:09 -0800 |
| commit | 11418bd51ed9e740cc91653db3beaa0d9bb75c8e (patch) | |
| tree | 18ce34a2e91d752d152099da9a749445edabc5fa | |
| parent | 2137d589dffec6f686efb85ac5d6883423c48895 (diff) | |
| parent | ca21aee131985cb0c245dc1293f998ed5dd58e17 (diff) | |
Merge "ARM: dts: msm: add pinctrl configuration for Touchscreen GPIOs on MSMFALCON"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmfalcon-pinctrl.dtsi | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmfalcon-pinctrl.dtsi b/arch/arm/boot/dts/qcom/msmfalcon-pinctrl.dtsi index 53138577b218..8b7672ac396f 100644 --- a/arch/arm/boot/dts/qcom/msmfalcon-pinctrl.dtsi +++ b/arch/arm/boot/dts/qcom/msmfalcon-pinctrl.dtsi @@ -924,5 +924,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; + }; + }; + }; }; }; |
