Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: i.MX35: Add i2c and mmc aliases

Using aliases, the devices will be enumerated properly.

Signed-off-by: Alexander Kurz <akurz@blala.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Alexander Kurz and committed by
Shawn Guo
67814a9b 5da7f749

+6
+6
arch/arm/boot/dts/imx35.dtsi
··· 21 21 gpio0 = &gpio1; 22 22 gpio1 = &gpio2; 23 23 gpio2 = &gpio3; 24 + i2c0 = &i2c1; 25 + i2c1 = &i2c2; 26 + i2c2 = &i2c3; 27 + mmc0 = &esdhc1; 28 + mmc1 = &esdhc2; 29 + mmc2 = &esdhc3; 24 30 serial0 = &uart1; 25 31 serial1 = &uart2; 26 32 serial2 = &uart3;