mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
ARM: dts: stm32: lxa-tac: extend the alias table
Some of the userspace software and tests depend on the can/i2c/spi devices having the same name on every boot. This may not always be the case based on e.g. parallel probe order. Assign static device numbers to all can/i2c/spi devices. Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
committed by
Alexandre Torgue
parent
2cb11e2282
commit
4f1d50488f
@@ -16,12 +16,20 @@
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
can0 = &m_can1;
|
||||
can1 = &m_can2;
|
||||
ethernet0 = ðernet0;
|
||||
ethernet1 = &port_uplink;
|
||||
ethernet2 = &port_dut;
|
||||
i2c0 = &i2c1;
|
||||
i2c1 = &i2c4;
|
||||
i2c2 = &i2c5;
|
||||
mmc1 = &sdmmc2;
|
||||
serial0 = &uart4;
|
||||
serial1 = &usart3;
|
||||
spi0 = &spi2;
|
||||
spi1 = &spi4;
|
||||
spi2 = &spi5;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
||||
Reference in New Issue
Block a user