]> git.itanic.dy.fi Git - linux-stable/commitdiff
arm64: dts: mediatek: asurada: Add aliases for i2c and mmc
authorNícolas F. R. A. Prado <nfraprado@collabora.com>
Wed, 2 Nov 2022 19:06:11 +0000 (15:06 -0400)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 9 Jan 2023 16:16:50 +0000 (17:16 +0100)
Add aliases for the i2c and mmc nodes on the Asurada platform DT to
ensure that we get stable ids for those devices on userspace.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20221102190611.283546-6-nfraprado@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi

index ce9e43475f9e5d5ada7d4741c02eec476244a83d..9f12257ab4e7a4c851fe606f652b4d70120c05c0 100644 (file)
 
 / {
        aliases {
+               i2c0 = &i2c0;
+               i2c1 = &i2c1;
+               i2c2 = &i2c2;
+               i2c3 = &i2c3;
+               i2c7 = &i2c7;
+               mmc0 = &mmc0;
+               mmc1 = &mmc1;
                serial0 = &uart0;
        };