diff options
author | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2023-05-24 16:33:57 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2023-06-08 17:01:29 +0300 |
commit | 619f8ca4a73d376bee4307948aea6cd6177aa1df (patch) | |
tree | 53410249aafb69d1d12c31861397f5268c4757bf /drivers/pinctrl/stm32/pinctrl-stm32.h | |
parent | a45645472f7762df7c5ee4fabde3a86581012ae4 (diff) | |
download | linux-619f8ca4a73d376bee4307948aea6cd6177aa1df.tar.xz |
pinctrl: stm32: add stm32mp257 pinctrl support
Add stm32mp257 pinctrl support.
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/stm32/pinctrl-stm32.h')
-rw-r--r-- | drivers/pinctrl/stm32/pinctrl-stm32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pinctrl/stm32/pinctrl-stm32.h b/drivers/pinctrl/stm32/pinctrl-stm32.h index e0c31c4c8bca..5e5de92ddd58 100644 --- a/drivers/pinctrl/stm32/pinctrl-stm32.h +++ b/drivers/pinctrl/stm32/pinctrl-stm32.h @@ -24,6 +24,9 @@ #define STM32MP_PKG_AB BIT(1) #define STM32MP_PKG_AC BIT(2) #define STM32MP_PKG_AD BIT(3) +#define STM32MP_PKG_AI BIT(8) +#define STM32MP_PKG_AK BIT(10) +#define STM32MP_PKG_AL BIT(11) struct stm32_desc_function { const char *name; |