Newer
Older
barebox / arch / arm / dts / vf610.dtsi
@Andrey Smirnov Andrey Smirnov on 19 Sep 2018 239 bytes dts: VFxxx: Add aliases for ESDHC controllers
/*
 * 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;
	};
};