]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8395-radxa-nio-12l: add mmc aliases
authorLouis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Wed, 18 Feb 2026 09:23:03 +0000 (10:23 +0100)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tue, 24 Feb 2026 09:29:05 +0000 (10:29 +0100)
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>
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts

index 1cd4b84e98615be6c5cb13d01b7baed0e017c3be..bf91305e8e4a5d49d438e43b7e6f2e6bbbff5bad 100644 (file)
        compatible = "radxa,nio-12l", "mediatek,mt8395", "mediatek,mt8195";
 
        aliases {
+               ethernet0 = &eth;
                i2c0 = &i2c2;
                i2c1 = &i2c3;
                i2c2 = &i2c4;
                i2c3 = &i2c0;
                i2c4 = &i2c1;
-               ethernet0 = &eth;
+               mmc0 = &mmc0;
+               mmc1 = &mmc1;
                serial0 = &uart0;
                serial1 = &uart1;
                spi0 = &spi1;