We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920e469 commit c1282aeCopy full SHA for c1282ae
drivers/pinctrl/mediatek/pinctrl-mt6779.c
@@ -732,11 +732,19 @@ static const char * const mt6779_pinctrl_register_base_names[] = {
732
"iocfg_rt", "iocfg_lt", "iocfg_tl",
733
};
734
735
+static const struct mtk_eint_hw mt6779_eint_hw = {
736
+ .port_mask = 7,
737
+ .ports = 6,
738
+ .ap_num = 195,
739
+ .db_cnt = 13,
740
+};
741
+
742
static const struct mtk_pin_soc mt6779_data = {
743
.reg_cal = mt6779_reg_cals,
744
.pins = mtk_pins_mt6779,
745
.npins = ARRAY_SIZE(mtk_pins_mt6779),
746
.ngrps = ARRAY_SIZE(mtk_pins_mt6779),
747
+ .eint_hw = &mt6779_eint_hw,
748
.gpio_m = 0,
749
.ies_present = true,
750
.base_names = mt6779_pinctrl_register_base_names,
0 commit comments