All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: marvell: Dreamplug: fix typo in eth1 name
@ 2021-09-06 23:28 Tony Dinh
  2021-09-07  5:50 ` Stefan Roese
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Dinh @ 2021-09-06 23:28 UTC (permalink / raw)
  To: U-Boot Mailing List, Stefan Roese
  Cc: Chris Packham, Tom Rini, Tony Dinh, Simon Glass

Ethernet 1 should be ethernet-controller@76000.

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
---

 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@72000";
 	char *eth0_path = "/ocp@f1000000/ethernet-controller@72000/ethernet0-port@0";
 	char *eth1_name = "ethernet-controller@76000";
-	char *eth1_path = "/ocp@f1000000/ethernet-controller@72000/ethernet1-port@0";
+	char *eth1_path = "/ocp@f1000000/ethernet-controller@76000/ethernet1-port@0";
 
 	/* configure and initialize both PHY's */
 	mv_phy_88e1116_init(eth0_name, eth0_path);
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm: marvell: Dreamplug: fix typo in eth1 name
  2021-09-06 23:28 [PATCH] arm: marvell: Dreamplug: fix typo in eth1 name Tony Dinh
@ 2021-09-07  5:50 ` Stefan Roese
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2021-09-07  5:50 UTC (permalink / raw)
  To: Tony Dinh, U-Boot Mailing List; +Cc: Chris Packham, Tom Rini, Simon Glass

On 07.09.21 01:28, Tony Dinh wrote:
> Ethernet 1 should be ethernet-controller@76000.
> 
> Signed-off-by: Tony Dinh <mibodhi@gmail.com>

Reviewed-by: Stefan Roese <sr@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@72000";
>   	char *eth0_path = "/ocp@f1000000/ethernet-controller@72000/ethernet0-port@0";
>   	char *eth1_name = "ethernet-controller@76000";
> -	char *eth1_path = "/ocp@f1000000/ethernet-controller@72000/ethernet1-port@0";
> +	char *eth1_path = "/ocp@f1000000/ethernet-controller@76000/ethernet1-port@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@denx.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-07  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 23:28 [PATCH] arm: marvell: Dreamplug: fix typo in eth1 name Tony Dinh
2021-09-07  5:50 ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.