mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
arm64: dts: ti: k3-am65: Drop aliases
iot boards have always defined their own aliases and with the base-board defining it's own aliases, there are no pending boards depending on common aliases defined in SoC level. aliases are meant to be defined appropriately based on the exposed interfaces at a board level, drop the aliases defined at SoC level. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Kamlesh Gurudasani <kamlesh@ti.com> Link: https://lore.kernel.org/r/20230419225913.663448-8-nm@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
692e8888a8
commit
ffc449e016
1 changed files with 0 additions and 17 deletions
|
@ -19,23 +19,6 @@ / {
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
|
|
||||||
aliases {
|
|
||||||
serial0 = &wkup_uart0;
|
|
||||||
serial1 = &mcu_uart0;
|
|
||||||
serial2 = &main_uart0;
|
|
||||||
serial3 = &main_uart1;
|
|
||||||
serial4 = &main_uart2;
|
|
||||||
i2c0 = &wkup_i2c0;
|
|
||||||
i2c1 = &mcu_i2c0;
|
|
||||||
i2c2 = &main_i2c0;
|
|
||||||
i2c3 = &main_i2c1;
|
|
||||||
i2c4 = &main_i2c2;
|
|
||||||
i2c5 = &main_i2c3;
|
|
||||||
ethernet0 = &cpsw_port1;
|
|
||||||
mmc0 = &sdhci0;
|
|
||||||
mmc1 = &sdhci1;
|
|
||||||
};
|
|
||||||
|
|
||||||
chosen { };
|
chosen { };
|
||||||
|
|
||||||
firmware {
|
firmware {
|
||||||
|
|
Loading…
Reference in a new issue