diff options
author | Tim Harvey <tharvey@gateworks.com> | 2021-03-01 14:33:35 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-04-08 20:29:53 +0200 |
commit | 19a387f85d3643ec052903223bfdcffe0ab227a6 (patch) | |
tree | 17c8849d3cbcbd2c1fb797f2ef5bd744ba259c07 /arch/arm/dts/imx6qdl-gw560x.dtsi | |
parent | 72c46327f03f61b8801f7e28463329b9f7231947 (diff) | |
download | u-boot-19a387f85d3643ec052903223bfdcffe0ab227a6.tar.gz u-boot-19a387f85d3643ec052903223bfdcffe0ab227a6.tar.xz u-boot-19a387f85d3643ec052903223bfdcffe0ab227a6.zip |
imx: ventana: enable dm support for MMC and SATA
Enable driver model support for MMC and SATA.
Note that DM_MMC requires aliases for your mmc devices so
they are added to the dts. Linux does not support enumerating mmc
devices by alias so these are not present in the Linux dts.
Note that we still need board_mmc_init() and board_mmc_getcd() for
not DM SPL to support MMC.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'arch/arm/dts/imx6qdl-gw560x.dtsi')
-rw-r--r-- | arch/arm/dts/imx6qdl-gw560x.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-gw560x.dtsi b/arch/arm/dts/imx6qdl-gw560x.dtsi index d5468fb260..0786b0d546 100644 --- a/arch/arm/dts/imx6qdl-gw560x.dtsi +++ b/arch/arm/dts/imx6qdl-gw560x.dtsi @@ -55,6 +55,8 @@ led0 = &led0; led1 = &led1; led2 = &led2; + mmc0 = &usdhc2; + mmc1 = &usdhc3; ssi0 = &ssi1; usb0 = &usbh1; usb1 = &usbotg; |