summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/vf610.dtsi
blob: d1297e952c004c88f28a28427f2325c9cce4ac12 (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;
	};
};