mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
pinctrl: uniphier: set PUPD_SIMPLE cap flag for PXs3
Like other recenct UniPhier SoCs, the pupdctrl number of PXs3 matches to the pin number. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
0f72b74b32
commit
c906032c04
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ static struct uniphier_pinctrl_socdata uniphier_pxs3_pinctrl_socdata = {
|
|||
.groups_count = ARRAY_SIZE(uniphier_pxs3_groups),
|
||||
.functions = uniphier_pxs3_functions,
|
||||
.functions_count = ARRAY_SIZE(uniphier_pxs3_functions),
|
||||
.caps = UNIPHIER_PINCTRL_CAPS_PERPIN_IECTRL,
|
||||
.caps = UNIPHIER_PINCTRL_CAPS_PUPD_SIMPLE |
|
||||
UNIPHIER_PINCTRL_CAPS_PERPIN_IECTRL,
|
||||
};
|
||||
|
||||
static int uniphier_pxs3_pinctrl_probe(struct udevice *dev)
|
||||
|
|
Loading…
Reference in a new issue