pinctrl: mediatek: mt7988: remove _base from reg-names

The reg-names in mt7988.dtsi have no _base suffix. Remove the suffix
will also make it match upstream linux format.

Fixes: 8c2cb748ef5 (pinctrl: mediatek: mt7988: rename reg-names to upstream linux format)
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
Weijie Gao 2025-02-06 10:18:57 +08:00 committed by Tom Rini
parent 499386c5eb
commit d5d130dd12

View File

@ -1233,8 +1233,7 @@ static const struct mtk_function_desc mt7988_functions[] = {
};
static const char *const mt7988_pinctrl_register_base_names[] = {
"gpio_base", "iocfg_tr_base", "iocfg_br_base", "iocfg_rb_base",
"iocfg_lb_base", "iocfg_tl_base",
"gpio", "iocfg_tr", "iocfg_br", "iocfg_rb", "iocfg_lb", "iocfg_tl",
};
static const struct mtk_pinctrl_soc mt7988_data = {