diff options
| author | Siddharth Vadapalli <s-vadapalli@ti.com> | 2026-08-11 11:43:42 +0530 |
|---|---|---|
| committer | Nishanth Menon <nm@ti.com> | 2026-09-11 14:46:27 -0500 |
| commit | c38aeaee6284bfffb40a58c36ebe414a4bb92b03 (patch) | |
| tree | 95ccb58eb282d22005ec8134d63abf83723d923e | |
| parent | 39e757646a87feaa26ab1040ae56df4d38e8d260 (diff) | |
| download | linux-next-c38aeaee6284bfffb40a58c36ebe414a4bb92b03.tar.gz linux-next-c38aeaee6284bfffb40a58c36ebe414a4bb92b03.zip | |
arm64: dts: ti: k3-j721s2-common-proc-board: Add ethernet alias
Add the 'ethernet0' alias for the Ethernet interface corresponding to the
MCU CPSW2G instance of the CPSW Ethernet Switch on the J721S2 Common
Processor Board.
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Link: https://patch.msgid.link/20260811061351.2538688-4-s-vadapalli@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts index 19c5157510b2..a4a180bbca12 100644 --- a/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts +++ b/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts @@ -32,6 +32,7 @@ can2 = &mcu_mcan1; can3 = &main_mcan3; can4 = &main_mcan5; + ethernet0 = &cpsw_port1; }; evm_12v0: fixedregulator-evm12v0 { |
