Messages in this thread Patch in this message |  | | From | Chintan Vankar <> | | Subject | [PATCH v4 1/2] arm64: dts: ti: k3-am62a7-sk: Add alias for CPSW3G MAC port 1 | | Date | Tue, 11 Feb 2025 23:51:33 +0530 |
| |
From: Siddharth Vadapalli <s-vadapalli@ti.com>
Add alias for CPSW3G MAC port 1 to enable kernel to fetch MAC Address directly from U-Boot.
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> Signed-off-by: Chintan Vankar <c-vankar@ti.com> Reviewed-by: Ravi Gunasekaran <r-gunasekaran@ti.com> ---
Link to v3: https://lore.kernel.org/r/20240429101739.2770090-2-c-vankar@ti.com/
Changes from v3 to v4: - No changes.
arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts index a6f0d87a50d8..9ef727f2c444 100644 --- a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts @@ -22,6 +22,7 @@ aliases { serial3 = &main_uart1; mmc0 = &sdhci0; mmc1 = &sdhci1; + ethernet0 = &cpsw_port1; }; chosen { -- 2.34.1
|  |