]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: dts: rk3328: add aliases for mmc controller
authorKever Yang <kever.yang@rock-chips.com>
Thu, 18 May 2017 08:05:20 +0000 (16:05 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:19 +0000 (10:08 -0600)
Add aliases for mmc controller to get a fixed order with
emmc at index 0 and sdmmc at index 1.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/rk3328.dtsi

index f18cfc26279c1571dd03eb76c042df76618a82a4..dd9cb1cc6d60cc62390a07d62b87898c303a760a 100644 (file)
@@ -25,6 +25,9 @@
                i2c1 = &i2c1;
                i2c2 = &i2c2;
                i2c3 = &i2c3;
+               mmc0 = &emmc;
+               mmc1 = &sdmmc;
+               mmc2 = &sdmmc_ext;
        };
 
        cpus {