From: Doug Anderson Date: Wed, 3 Sep 2014 23:05:23 +0000 (-0700) Subject: ARM: dts: Add mshc aliases for rk3288 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d7f9a3887b91df6404bb4aae101efecc4a4909f7;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: Add mshc aliases for rk3288 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 Reviewed-by: Sonny Rao Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 82fc2fa9b583..37a8ac8b2a91 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -29,6 +29,10 @@ i2c3 = &i2c3; i2c4 = &i2c4; i2c5 = &i2c5; + mshc0 = &emmc; + mshc1 = &sdmmc; + mshc2 = &sdio0; + mshc3 = &sdio1; serial0 = &uart0; serial1 = &uart1; serial2 = &uart2;