mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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: 8c2cb748ef (pinctrl: mediatek: mt7988: rename reg-names to upstream linux format)
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user