summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/vf610.dtsi
blob: 3060031b8aaf04f02d7ce6840c051ff962f696e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Two aliases missing in upstream DT needed to make VFxxx's SD/MMC
 * device naming scheme consistent with the rest of i.MX (which the
 * following aliases from upstream.
 */

/ {
	aliases {
		mmc0 = &esdhc0;
		mmc1 = &esdhc1;
	};
};