Message ID | 20231019102043.3044295-1-s-vadapalli@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: ti: k3-am68-sk-base-board: Add alias for MCU CPSW2G | expand |
On 10/19/23 3:50 PM, Siddharth Vadapalli wrote: > Add alias for the MCU CPSW2G port to enable Linux to fetch MAC Address > for the port directly from U-Boot. > > Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> > --- > Hello, > > This patch is based on linux-next tagged next-20231019. I hope that the > patch can be reviewed so that I can post it again when the merge window > opens implementing any feedback received and collecting the tags if any. > > Regards, > Siddharth. > > arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts b/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts > index 1e1a82f9d2b8..d0cfdeac21fb 100644 > --- a/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts > +++ b/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts > @@ -31,6 +31,7 @@ aliases { > can1 = &mcu_mcan1; > can2 = &main_mcan6; > can3 = &main_mcan7; > + ethernet0 = &cpsw_port1; > }; > > vusb_main: regulator-vusb-main5v0 { Reviewed-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
diff --git a/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts b/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts index 1e1a82f9d2b8..d0cfdeac21fb 100644 --- a/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts +++ b/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts @@ -31,6 +31,7 @@ aliases { can1 = &mcu_mcan1; can2 = &main_mcan6; can3 = &main_mcan7; + ethernet0 = &cpsw_port1; }; vusb_main: regulator-vusb-main5v0 {
Add alias for the MCU CPSW2G port to enable Linux to fetch MAC Address for the port directly from U-Boot. Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> --- Hello, This patch is based on linux-next tagged next-20231019. I hope that the patch can be reviewed so that I can post it again when the merge window opens implementing any feedback received and collecting the tags if any. Regards, Siddharth. arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts | 1 + 1 file changed, 1 insertion(+)