diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2017-04-03 08:47:04 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-04-07 05:48:33 -0400 |
commit | 00df0582eab1294d10ca615a8ef645e0bb57a6e3 (patch) | |
tree | 95377862fb395181c05918e30d7c49c20e150d1d /MAINTAINERS | |
parent | 9c6c149be390e02a5ac6ace4efb9f03716431bbe (diff) |
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 | |||
1088 | F: arch/arm/mach-artpec | 1088 | F: arch/arm/mach-artpec |
1089 | F: arch/arm/boot/dts/artpec6* | 1089 | F: arch/arm/boot/dts/artpec6* |
1090 | F: drivers/clk/axis | 1090 | F: drivers/clk/axis |
1091 | F: drivers/pinctrl/pinctrl-artpec* | ||
1091 | F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt | 1092 | F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt |
1092 | 1093 | ||
1093 | ARM/ASPEED MACHINE SUPPORT | 1094 | ARM/ASPEED MACHINE SUPPORT |