mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-23 02:12:08 +01:00
pinctrl: sunxi: a523: change Ethernet pin function name
The name of the pin function was changed last minute in the DT, from emac0 to gmac0. Adjust the name we use in the pinctrl driver accordingly. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
This commit is contained in:
parent
e706ea63b9
commit
06b18e1ed5
@ -760,7 +760,7 @@ static const struct sunxi_pinctrl_desc __maybe_unused sun50i_h616_pinctrl_desc =
|
||||
};
|
||||
|
||||
static const struct sunxi_pinctrl_function sun55i_a523_pinctrl_functions[] = {
|
||||
{ "emac0", 5 }, /* PI0-PI16 */
|
||||
{ "gmac0", 5 }, /* PI0-PI16 */
|
||||
{ "gpio_in", 0 },
|
||||
{ "gpio_out", 1 },
|
||||
{ "mmc0", 2 }, /* PF0-PF5 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user