diff options
author | Doug Anderson <[email protected]> | 2014-09-03 16:05:23 -0700 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2014-09-09 10:27:54 +0200 |
commit | d7f9a3887b91df6404bb4aae101efecc4a4909f7 (patch) | |
tree | a9de03ac7bd26c8152b352375101afb455333bbb | |
parent | 1f53170b80aeb3991b4a250a581422abf93bddb2 (diff) |
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 <[email protected]>
Reviewed-by: Sonny Rao <[email protected]>
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
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; |