Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pinctrl: mediatek: enable ies_present flag for MT798x

The MT798x series SoCs have IES regiter definitions. I think we
must enable the ies_present flag to correctly configure the pin
input mode.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>

authored by

Shiji Yang and committed by
Linus Walleij
6da9f0cc 8ecfc7df

+4 -4
+1 -1
drivers/pinctrl/mediatek/pinctrl-mt7981.c
··· 1019 1019 .nfuncs = ARRAY_SIZE(mt7981_functions), 1020 1020 .eint_hw = &mt7981_eint_hw, 1021 1021 .gpio_m = 0, 1022 - .ies_present = false, 1022 + .ies_present = true, 1023 1023 .base_names = mt7981_pinctrl_register_base_names, 1024 1024 .nbase_names = ARRAY_SIZE(mt7981_pinctrl_register_base_names), 1025 1025 .bias_disable_set = mtk_pinconf_bias_disable_set,
+2 -2
drivers/pinctrl/mediatek/pinctrl-mt7986.c
··· 919 919 .nfuncs = ARRAY_SIZE(mt7986_functions), 920 920 .eint_hw = &mt7986a_eint_hw, 921 921 .gpio_m = 0, 922 - .ies_present = false, 922 + .ies_present = true, 923 923 .base_names = mt7986_pinctrl_register_base_names, 924 924 .nbase_names = ARRAY_SIZE(mt7986_pinctrl_register_base_names), 925 925 .bias_disable_set = mtk_pinconf_bias_disable_set, ··· 945 945 .nfuncs = ARRAY_SIZE(mt7986_functions), 946 946 .eint_hw = &mt7986b_eint_hw, 947 947 .gpio_m = 0, 948 - .ies_present = false, 948 + .ies_present = true, 949 949 .base_names = mt7986_pinctrl_register_base_names, 950 950 .nbase_names = ARRAY_SIZE(mt7986_pinctrl_register_base_names), 951 951 .bias_disable_set = mtk_pinconf_bias_disable_set,
+1 -1
drivers/pinctrl/mediatek/pinctrl-mt7988.c
··· 1505 1505 .nfuncs = ARRAY_SIZE(mt7988_functions), 1506 1506 .eint_hw = &mt7988_eint_hw, 1507 1507 .gpio_m = 0, 1508 - .ies_present = false, 1508 + .ies_present = true, 1509 1509 .base_names = mt7988_pinctrl_register_base_names, 1510 1510 .nbase_names = ARRAY_SIZE(mt7988_pinctrl_register_base_names), 1511 1511 .bias_disable_set = mtk_pinconf_bias_disable_set,