diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2017-04-03 14:47:04 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-04-07 11:48:33 +0200 |
commit | 00df0582eab1294d10ca615a8ef645e0bb57a6e3 (patch) | |
tree | 95377862fb395181c05918e30d7c49c20e150d1d /MAINTAINERS | |
parent | pinctrl: Add bindings for ARTPEC-6 pinmux (diff) | |
download | linux-00df0582eab1294d10ca615a8ef645e0bb57a6e3.tar.xz linux-00df0582eab1294d10ca615a8ef645e0bb57a6e3.zip |
pinctrl: Add pincontrol driver for ARTPEC-6 SoC
Add pinctrl driver support for the Axis ARTPEC-6 SoC.
There are only some pins that actually have different
functions available, but all can control bias (pull-up/-down)
and drive strength.
Code originally written by Chris Paterson.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ed5731a8f5b8..1d5bc9757dc1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1088,6 +1088,7 @@ L: linux-arm-kernel@axis.com F: arch/arm/mach-artpec F: arch/arm/boot/dts/artpec6* F: drivers/clk/axis +F: drivers/pinctrl/pinctrl-artpec* F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt ARM/ASPEED MACHINE SUPPORT |