Commit 7f9dad6b authored by Guenter Roeck's avatar Guenter Roeck Committed by Joel Stanley
Browse files

ARM: dts: aspeed: tacoma: Enable eMMC controller



Enabling emmc without enabling its controller doesn't do any good.
Enable its controller as well to make it work.

Cc: Andrew Jeffery <andrew@aj.id.au>
Cc: Joel Stanley <joel@jms.id.au>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent d85fa6c6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -132,6 +132,10 @@ &mac2 {
	use-ncsi;
};

&emmc_controller {
	status = "okay";
};

&emmc {
	status = "okay";
};