Revert "ARM: dts: k3-am642/am654/j72xx: Fix ethernet alias for U-Boot"

This reverts commit 287aa5895c.
Now that UCLASS_ETH binds correctly to the CPSW port, allow ethX aliases
to point to individual ports like in kernel.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
Vignesh Raghavendra 2022-01-24 13:05:36 +05:30 committed by Praneeth Bajjuri
parent e7a32faf38
commit d93502e07d
4 changed files with 3 additions and 7 deletions

View File

@ -8,10 +8,6 @@
stdout-path = "serial2:115200n8";
tick-timer = &timer1;
};
aliases {
ethernet0 = &cpsw3g;
};
};
&cbass_main{

View File

@ -18,7 +18,7 @@
aliases {
serial2 = &main_uart0;
ethernet0 = &mcu_cpsw;
ethernet0 = &cpsw_port1;
usb0 = &usb0;
usb1 = &usb1;
};

View File

@ -10,7 +10,7 @@
};
aliases {
ethernet0 = &mcu_cpsw;
ethernet0 = &cpsw_port1;
i2c0 = &wkup_i2c0;
i2c1 = &mcu_i2c0;
i2c2 = &mcu_i2c1;

View File

@ -12,7 +12,7 @@
};
aliases {
ethernet0 = &mcu_cpsw;
ethernet0 = &cpsw_port1;
spi0 = &ospi0;
spi1 = &ospi1;
remoteproc0 = &mcu_r5fss0_core0;