summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6qdl-gw5904.dtsi
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-03-01 14:33:35 -0800
committerStefano Babic <sbabic@denx.de>2021-04-08 20:29:53 +0200
commit19a387f85d3643ec052903223bfdcffe0ab227a6 (patch)
tree17c8849d3cbcbd2c1fb797f2ef5bd744ba259c07 /arch/arm/dts/imx6qdl-gw5904.dtsi
parent72c46327f03f61b8801f7e28463329b9f7231947 (diff)
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-gw5904.dtsi')
-rw-r--r--arch/arm/dts/imx6qdl-gw5904.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-gw5904.dtsi b/arch/arm/dts/imx6qdl-gw5904.dtsi
index 52b255b726..5b7bd56932 100644
--- a/arch/arm/dts/imx6qdl-gw5904.dtsi
+++ b/arch/arm/dts/imx6qdl-gw5904.dtsi
@@ -55,6 +55,7 @@
led0 = &led0;
led1 = &led1;
led2 = &led2;
+ mmc0 = &usdhc3;
usb0 = &usbh1;
usb1 = &usbotg;
};