diff options
author | Ludovic Barre <ludovic.barre@st.com> | 2017-12-18 16:17:49 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-12-20 08:36:22 +0100 |
commit | 4ef4cc13eab265eb3ff56b8269e5a5b96b2169e5 (patch) | |
tree | cc36ec56ce4a033e3e9da43833dc16dbbf9bc9c5 /drivers/pinctrl/stm32/Makefile | |
parent | devicetree: bindings: Document supported STM32 SoC family (diff) | |
download | linux-4ef4cc13eab265eb3ff56b8269e5a5b96b2169e5.tar.xz linux-4ef4cc13eab265eb3ff56b8269e5a5b96b2169e5.zip |
pinctrl: stm32: Add STM32MP157 MPU support
This driver consists of 2 controllers due to a hole in mapping:
-1 controller for GPIO bankA to K.
-1 controller for GPIO bankZ.
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/stm32/Makefile')
-rw-r--r-- | drivers/pinctrl/stm32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/stm32/Makefile b/drivers/pinctrl/stm32/Makefile index d13ca3573486..b52223d6810c 100644 --- a/drivers/pinctrl/stm32/Makefile +++ b/drivers/pinctrl/stm32/Makefile @@ -7,3 +7,4 @@ obj-$(CONFIG_PINCTRL_STM32F429) += pinctrl-stm32f429.o obj-$(CONFIG_PINCTRL_STM32F469) += pinctrl-stm32f469.o obj-$(CONFIG_PINCTRL_STM32F746) += pinctrl-stm32f746.o obj-$(CONFIG_PINCTRL_STM32H743) += pinctrl-stm32h743.o +obj-$(CONFIG_PINCTRL_STM32MP157) += pinctrl-stm32mp157.o |