Skip to content

Commit

Permalink
arm64: dts: ti: iot2050: Re-add aliases
Browse files Browse the repository at this point in the history
Lost while dropping them from the common dtsi.

Fixes: ffc449e ("arm64: dts: ti: k3-am65: Drop aliases")
Signed-off-by: Jan Kiszka <[email protected]>
Link: https://lore.kernel.org/r/1edbc1b56ed4ff2256d7afb7db3cab4b3a423692.1699087938.git.jan.kiszka@siemens.com
Signed-off-by: Nishanth Menon <[email protected]>
  • Loading branch information
jan-kiszka authored and nmenon committed Dec 1, 2023
1 parent 5582b1c commit ad8edf4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@

/ {
aliases {
serial0 = &wkup_uart0;
serial1 = &mcu_uart0;
serial2 = &main_uart0;
serial3 = &main_uart1;
i2c0 = &wkup_i2c0;
i2c1 = &mcu_i2c0;
i2c2 = &main_i2c0;
i2c3 = &main_i2c1;
i2c4 = &main_i2c2;
i2c5 = &main_i2c3;
spi0 = &mcu_spi0;
mmc0 = &sdhci1;
mmc1 = &sdhci0;
Expand Down

0 comments on commit ad8edf4

Please sign in to comment.