aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/meson/Makefile
diff options
context:
space:
mode:
authorXingyu Chen <xingyu.chen@amlogic.com>2017-11-20 18:08:24 +0800
committerLinus Walleij <linus.walleij@linaro.org>2017-11-30 14:28:16 +0100
commit0fabe43f3f60e151e4a266049de66aa1fb4e2146 (patch)
treecb2a629f6820792294af64e842524e33a0877575 /drivers/pinctrl/meson/Makefile
parentdocumentation: Add compatibles for Amlogic Meson AXG pin controllers (diff)
downloadlinux-dev-0fabe43f3f60e151e4a266049de66aa1fb4e2146.tar.xz
linux-dev-0fabe43f3f60e151e4a266049de66aa1fb4e2146.zip
pinctrl: meson-axg: Introduce a pinctrl pinmux ops for Meson-AXG SoC
The pin controller has been updated in the Amlogic Meson AXG series, which use continuous 4-bit register to select function for each pin. In order to support this, a new pinmux operations "meson_axg_pmx_ops" has been added. Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Xingyu Chen <xingyu.chen@amlogic.com> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com> Reviewed-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/meson/Makefile')
-rw-r--r--drivers/pinctrl/meson/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/meson/Makefile b/drivers/pinctrl/meson/Makefile
index cbd47bb74549..8de839512677 100644
--- a/drivers/pinctrl/meson/Makefile
+++ b/drivers/pinctrl/meson/Makefile
@@ -4,3 +4,4 @@ obj-$(CONFIG_PINCTRL_MESON8) += pinctrl-meson8.o
obj-$(CONFIG_PINCTRL_MESON8B) += pinctrl-meson8b.o
obj-$(CONFIG_PINCTRL_MESON_GXBB) += pinctrl-meson-gxbb.o
obj-$(CONFIG_PINCTRL_MESON_GXL) += pinctrl-meson-gxl.o
+obj-$(CONFIG_PINCTRL_MESON_AXG_PMX) += pinctrl-meson-axg-pmx.o