mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02: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: 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:
parent
499386c5eb
commit
d5d130dd12
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user