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:
parent
e7a32faf38
commit
d93502e07d
|
|
@ -8,10 +8,6 @@
|
|||
stdout-path = "serial2:115200n8";
|
||||
tick-timer = &timer1;
|
||||
};
|
||||
|
||||
aliases {
|
||||
ethernet0 = &cpsw3g;
|
||||
};
|
||||
};
|
||||
|
||||
&cbass_main{
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
aliases {
|
||||
serial2 = &main_uart0;
|
||||
ethernet0 = &mcu_cpsw;
|
||||
ethernet0 = &cpsw_port1;
|
||||
usb0 = &usb0;
|
||||
usb1 = &usb1;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
|
||||
aliases {
|
||||
ethernet0 = &mcu_cpsw;
|
||||
ethernet0 = &cpsw_port1;
|
||||
i2c0 = &wkup_i2c0;
|
||||
i2c1 = &mcu_i2c0;
|
||||
i2c2 = &mcu_i2c1;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
|
||||
aliases {
|
||||
ethernet0 = &mcu_cpsw;
|
||||
ethernet0 = &cpsw_port1;
|
||||
spi0 = &ospi0;
|
||||
spi1 = &ospi1;
|
||||
remoteproc0 = &mcu_r5fss0_core0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue