summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/meson/Makefile
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2016-10-31 17:32:11 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-11-04 23:05:06 +0100
commit0f15f500ff2c67cc5fa8fa74b270d7352dff1dba (patch)
treec2d0a8972420de4e3fd3a13908f431c03dc97f82 /drivers/pinctrl/meson/Makefile
parent22d5127ec916e8eac607eebbbafc026ef59afb36 (diff)
pinctrl: meson: Add GXL pinctrl definitions
Add support for the Amlogic Meson GXL SoC, this is a partially complete definition only based on the Amlogic Vendor tree. This definition differs a lot from the GXBB and needs a separate entry. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Acked-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/meson/Makefile')
-rw-r--r--drivers/pinctrl/meson/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pinctrl/meson/Makefile b/drivers/pinctrl/meson/Makefile
index 24434f139947..27c5b5126008 100644
--- a/drivers/pinctrl/meson/Makefile
+++ b/drivers/pinctrl/meson/Makefile
@@ -1,2 +1,3 @@
-obj-y += pinctrl-meson8.o pinctrl-meson8b.o pinctrl-meson-gxbb.o
+obj-y += pinctrl-meson8.o pinctrl-meson8b.o
+obj-y += pinctrl-meson-gxbb.o pinctrl-meson-gxl.o
obj-y += pinctrl-meson.o