[PATCH] arm: marvell: Dreamplug: fix typo in eth1 name
Stefan Roese
sr at denx.de
Tue Sep 7 07:50:20 CEST 2021
On 07.09.21 01:28, Tony Dinh wrote:
> Ethernet 1 should be ethernet-controller at 76000.
>
> Signed-off-by: Tony Dinh <mibodhi at gmail.com>
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
> ---
>
> board/Marvell/dreamplug/dreamplug.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/Marvell/dreamplug/dreamplug.c b/board/Marvell/dreamplug/dreamplug.c
> index d5b6b22ddf..7ba14021b2 100644
> --- a/board/Marvell/dreamplug/dreamplug.c
> +++ b/board/Marvell/dreamplug/dreamplug.c
> @@ -163,7 +163,7 @@ void reset_phy(void)
> char *eth0_name = "ethernet-controller at 72000";
> char *eth0_path = "/ocp at f1000000/ethernet-controller at 72000/ethernet0-port at 0";
> char *eth1_name = "ethernet-controller at 76000";
> - char *eth1_path = "/ocp at f1000000/ethernet-controller at 72000/ethernet1-port at 0";
> + char *eth1_path = "/ocp at f1000000/ethernet-controller at 76000/ethernet1-port at 0";
>
> /* configure and initialize both PHY's */
> mv_phy_88e1116_init(eth0_name, eth0_path);
>
Viele Grüße,
Stefan
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de
More information about the U-Boot
mailing list