ARM: dts: Add mshc aliases for rk3288
authorDoug Anderson <dianders@chromium.org>
Wed, 3 Sep 2014 23:05:23 +0000 (16:05 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 9 Sep 2014 08:27:54 +0000 (10:27 +0200)
It's convenient (and less confusing to people reading logs) if the
eMMC port on rk3288 is consistenly marked with mmc0 and the sdmmc port
on rk3288 is consistently marked with mmc1.  Add the appropriate
aliases.

Signed-off-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Sonny Rao <sonnyrao@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288.dtsi

index 82fc2fa..37a8ac8 100644 (file)
                i2c3 = &i2c3;
                i2c4 = &i2c4;
                i2c5 = &i2c5;
                i2c3 = &i2c3;
                i2c4 = &i2c4;
                i2c5 = &i2c5;
+               mshc0 = &emmc;
+               mshc1 = &sdmmc;
+               mshc2 = &sdio0;
+               mshc3 = &sdio1;
                serial0 = &uart0;
                serial1 = &uart1;
                serial2 = &uart2;
                serial0 = &uart0;
                serial1 = &uart1;
                serial2 = &uart2;