diff options
author | Xingyu Chen <xingyu.chen@amlogic.com> | 2017-11-20 11:08:24 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-11-30 14:28:16 +0100 |
commit | 0fabe43f3f60e151e4a266049de66aa1fb4e2146 (patch) | |
tree | cb2a629f6820792294af64e842524e33a0877575 /drivers/pinctrl/meson/Kconfig | |
parent | documentation: Add compatibles for Amlogic Meson AXG pin controllers (diff) | |
download | linux-0fabe43f3f60e151e4a266049de66aa1fb4e2146.tar.xz linux-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/Kconfig')
-rw-r--r-- | drivers/pinctrl/meson/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pinctrl/meson/Kconfig b/drivers/pinctrl/meson/Kconfig index 1a51778759ea..fe5e6ca88412 100644 --- a/drivers/pinctrl/meson/Kconfig +++ b/drivers/pinctrl/meson/Kconfig @@ -38,4 +38,7 @@ config PINCTRL_MESON_GXL config PINCTRL_MESON8_PMX bool +config PINCTRL_MESON_AXG_PMX + bool + endif |