summaryrefslogtreecommitdiff
path: root/board/Marvell/dreamplug
diff options
context:
space:
mode:
authorTony Dinh <mibodhi@gmail.com>2021-09-07 02:28:35 +0300
committerStefan Roese <sr@denx.de>2021-09-10 10:01:51 +0300
commit47d893138603ef7facf6e6b91128927b8c5a839b (patch)
treec4d1072eeefbc214457890bdbb389bd19a0a73a2 /board/Marvell/dreamplug
parent5df1ee459452e29d39cf717cd0719146427709d9 (diff)
downloadu-boot-47d893138603ef7facf6e6b91128927b8c5a839b.tar.xz
arm: marvell: Dreamplug: fix typo in eth1 name
Ethernet 1 should be ethernet-controller@76000. Signed-off-by: Tony Dinh <mibodhi@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/Marvell/dreamplug')
-rw-r--r--board/Marvell/dreamplug/dreamplug.c2
1 files changed, 1 insertions, 1 deletions
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);