pinctrl: stm32: add package information for stm32mp157c
This patch adds four new packages support for stm32mp157c die: STM32MP_PKG_AA: LFBGA448 (18*18), 176 IOs STM32MP_PKG_AB: LFBGA354 (16*16), 98 IOs STM32MP_PKG_AC: TFBGA361 (12*12), 148 IOs STM32MP_PKG_AD: TFBGA257 (10*10), 98 IOs Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
committed by
Linus Walleij
parent
cc528862d9
commit
6918bf4373
@ -18,6 +18,12 @@
|
||||
#define STM32_PIN_AF(x) ((x) + 1)
|
||||
#define STM32_PIN_ANALOG (STM32_PIN_AF(15) + 1)
|
||||
|
||||
/* package information */
|
||||
#define STM32MP_PKG_AA BIT(0)
|
||||
#define STM32MP_PKG_AB BIT(1)
|
||||
#define STM32MP_PKG_AC BIT(2)
|
||||
#define STM32MP_PKG_AD BIT(3)
|
||||
|
||||
struct stm32_desc_function {
|
||||
const char *name;
|
||||
const unsigned char num;
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user