mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
arm64: dts: mediatek: mt8395-radxa-nio-12l: add mmc aliases
Add aliases for mmc nodes, so that the eMMC and SDCard host controllers get enumerated in a consistent order for the Radxa NIO-12L board. Also, reorder ethernet0 so all aliases are sorted alphanumerically. Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
addd3eaf53
commit
4d580d122b
|
|
@ -21,12 +21,14 @@ / {
|
|||
compatible = "radxa,nio-12l", "mediatek,mt8395", "mediatek,mt8195";
|
||||
|
||||
aliases {
|
||||
ethernet0 = ð
|
||||
i2c0 = &i2c2;
|
||||
i2c1 = &i2c3;
|
||||
i2c2 = &i2c4;
|
||||
i2c3 = &i2c0;
|
||||
i2c4 = &i2c1;
|
||||
ethernet0 = ð
|
||||
mmc0 = &mmc0;
|
||||
mmc1 = &mmc1;
|
||||
serial0 = &uart0;
|
||||
serial1 = &uart1;
|
||||
spi0 = &spi1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user