diff options
author | Jaiganesh Narayanan <njaigane@codeaurora.org> | 2020-07-03 10:06:45 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-07-16 10:46:24 +0200 |
commit | 13355ca35cd16f5024655ac06e228b3c199e52a9 (patch) | |
tree | 75c9f38893ff8203d1fd2df52a9427fd5a030dd7 /drivers/pinctrl/qcom/pinctrl-ipq4019.c | |
parent | pinctrl: aspeed: Describe the heartbeat function on ball Y23 (diff) | |
download | linux-13355ca35cd16f5024655ac06e228b3c199e52a9.tar.xz linux-13355ca35cd16f5024655ac06e228b3c199e52a9.zip |
pinctrl: qcom: ipq4019: add open drain support
[ Brian: adapted from from the Chromium OS kernel used on IPQ4019-based
WiFi APs. ]
Signed-off-by: Jaiganesh Narayanan <njaigane@codeaurora.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Link: https://lore.kernel.org/r/20200703080646.23233-1-computersforpeace@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/qcom/pinctrl-ipq4019.c')
-rw-r--r-- | drivers/pinctrl/qcom/pinctrl-ipq4019.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-ipq4019.c b/drivers/pinctrl/qcom/pinctrl-ipq4019.c index 8bdb5bd393d2..63915cb210ff 100644 --- a/drivers/pinctrl/qcom/pinctrl-ipq4019.c +++ b/drivers/pinctrl/qcom/pinctrl-ipq4019.c @@ -254,6 +254,7 @@ DECLARE_QCA_GPIO_PINS(99); .mux_bit = 2, \ .pull_bit = 0, \ .drv_bit = 6, \ + .od_bit = 12, \ .oe_bit = 9, \ .in_bit = 0, \ .out_bit = 1, \ |