Enable DM block, DM MMC and DM SATA support on iMX6 Udoo convert board code to match the DM support. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/ {
|
|
aliases {
|
|
mmc0 = &usdhc3;
|
|
};
|
|
};
|