[PATCH] arm64: dts: ti: k3-am68-sk-base-board: Add alias for MCU CPSW2G

Siddharth Vadapalli s-vadapalli at ti.com
Thu Oct 19 03:20:43 PDT 2023


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 at 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 {
-- 
2.34.1




More information about the linux-arm-kernel mailing list