diff options
| author | Jerome Brunet <jbrunet@baylibre.com> | 2018-10-05 09:36:37 +0200 |
|---|---|---|
| committer | Neil Armstrong <narmstrong@baylibre.com> | 2018-11-26 14:40:52 +0100 |
| commit | 8587839f19db078e5ba304a6e635e1900efc8e06 (patch) | |
| tree | 1164db82076ad19388ac33cdb321a73b8253ef50 /drivers/pinctrl/meson/Makefile | |
| parent | 2f9a38b50fb2225b3db4a8d39b1b8a888a6cb8bf (diff) | |
| download | u-boot-8587839f19db078e5ba304a6e635e1900efc8e06.tar.gz u-boot-8587839f19db078e5ba304a6e635e1900efc8e06.tar.xz u-boot-8587839f19db078e5ba304a6e635e1900efc8e06.zip | |
pinctrl: meson: add axg support
This adds support for the Amlogic AXG SoC pinctrl and GPIO controller
using a specific set of pinctrl functions which differs from the GX SoCs.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/pinctrl/meson/Makefile')
| -rw-r--r-- | drivers/pinctrl/meson/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pinctrl/meson/Makefile b/drivers/pinctrl/meson/Makefile index 30b6875b88..707287cd1d 100644 --- a/drivers/pinctrl/meson/Makefile +++ b/drivers/pinctrl/meson/Makefile @@ -2,5 +2,7 @@ obj-y += pinctrl-meson.o obj-$(CONFIG_PINCTRL_MESON_GX_PMX) += pinctrl-meson-gx-pmx.o +obj-$(CONFIG_PINCTRL_MESON_AXG_PMX) += pinctrl-meson-axg-pmx.o obj-$(CONFIG_PINCTRL_MESON_GXBB) += pinctrl-meson-gxbb.o obj-$(CONFIG_PINCTRL_MESON_GXL) += pinctrl-meson-gxl.o +obj-$(CONFIG_PINCTRL_MESON_AXG) += pinctrl-meson-axg.o |
