2023-10-19 10:21:14

by Siddharth Vadapalli

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

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 <[email protected]>
---
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


2023-10-20 04:51:53

by Ravi Gunasekaran

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



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 <[email protected]>
> ---
> 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 <[email protected]>

--
Regards,
Ravi