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

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
......@@ -132,6 +132,10 @@ &mac2 {
use-ncsi;
};
&emmc_controller {
status = "okay";
};
&emmc {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment