diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-07 16:55:48 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-07 16:55:47 -0800 |
| commit | 0d8cb86769ab24955e99bafc0e05796860fa6c4a (patch) | |
| tree | e94da409f1162f813c9bc3fae1292b7bce35ba5b | |
| parent | 83c0e1120dcd949444a12fcaa89f7c1ae1b01b75 (diff) | |
| parent | fdadf59c928eda6d3eece22e7b611f2f9f394356 (diff) | |
Merge "ARM: dts: msm: update cti gpio configuration on sdm660"
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm660-pinctrl.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm660-pinctrl.dtsi b/arch/arm/boot/dts/qcom/sdm660-pinctrl.dtsi index 57565134788c..37a88ea0dcec 100644 --- a/arch/arm/boot/dts/qcom/sdm660-pinctrl.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660-pinctrl.dtsi @@ -52,12 +52,12 @@ trigout_a: trigout_a { mux { pins = "gpio49"; - function = "qdss_cti_trig_out_a"; + function = "qdss_cti0_a"; }; config { pins = "gpio49"; - drive-strength = <2>; + drive-strength = <16>; bias-disable; output-low; }; |
