pinctrl: mediatek: mt7988: remove _base from reg-names
authorWeijie Gao <weijie.gao@mediatek.com>
Thu, 6 Feb 2025 02:18:57 +0000 (10:18 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 10 Feb 2025 16:26:47 +0000 (10:26 -0600)
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>
drivers/pinctrl/mediatek/pinctrl-mt7988.c

index 1f384e8..639e241 100644 (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 = {