diff options
author | Peter Robinson | 2021-04-02 17:52:50 +0100 |
---|---|---|
committer | Stefano Babic | 2021-04-08 20:29:54 +0200 |
commit | 2d0401b1182e70234a184d73da57f5745f1c0598 (patch) | |
tree | 8b23a973a9ce38c800d59e3e3df2bed3fc2c4daf /arch | |
parent | 41a6890d3dc2d8279e04893e696f006e4d3625ce (diff) |
ARM: imx: udoo: Convert block devices to DM
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/imx6qdl-udoo-u-boot.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-udoo-u-boot.dtsi b/arch/arm/dts/imx6qdl-udoo-u-boot.dtsi new file mode 100644 index 00000000000..749791a13fb --- /dev/null +++ b/arch/arm/dts/imx6qdl-udoo-u-boot.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ + +/ { + aliases { + mmc0 = &usdhc3; + }; +}; |