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

Message ID 20231115085913.3585740-1-s-vadapalli@ti.com
State New
Headers
Series [v2] arm64: dts: ti: k3-am68-sk-base-board: Add alias for MCU CPSW2G |

Commit Message

Siddharth Vadapalli Nov. 15, 2023, 8:59 a.m. UTC
  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>
Reviewed-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
---

v1:
https://lore.kernel.org/r/20231019102043.3044295-1-s-vadapalli@ti.com/
Changes since v1:
- Rebased patch on linux-next tagged next-20231114.
- Collected Reviewed-by tag.

Regards,
Siddharth.

 arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Nishanth Menon Dec. 1, 2023, 8:54 a.m. UTC | #1
Hi Siddharth Vadapalli,

On Wed, 15 Nov 2023 14:29:13 +0530, Siddharth Vadapalli wrote:
> Add alias for the MCU CPSW2G port to enable Linux to fetch MAC Address
> for the port directly from U-Boot.
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-am68-sk-base-board: Add alias for MCU CPSW2G
      commit: c46172c905f8b64ba490a8a30bf678be82c56eb6

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
  

Patch

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 {