mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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>
This commit is contained in:
parent
5df1ee4594
commit
47d8931386
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue