ARM: dts: aspeed: tacoma: Enable eMMC controller
authorGuenter Roeck <linux@roeck-us.net>
Sun, 2 Feb 2020 16:39:39 +0000 (08:39 -0800)
committerJoel Stanley <joel@jms.id.au>
Tue, 5 May 2020 07:07:04 +0000 (16:37 +0930)
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: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts

index ff49ec7..47293a5 100644 (file)
        use-ncsi;
 };
 
+&emmc_controller {
+       status = "okay";
+};
+
 &emmc {
        status = "okay";
 };