9
0
Fork 0

ARM: dts: am33xx: Add mmc aliases

barebox needs these for persistent mmc device names.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-11-22 15:17:40 +01:00
parent fda3bd477e
commit fced09ffec
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
mmc0 = &mmc1;
mmc1 = &mmc2;
mmc2 = &mmc3;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;