From: Guenter Roeck Date: Sun, 2 Feb 2020 16:39:39 +0000 (-0800) Subject: ARM: dts: aspeed: tacoma: Enable eMMC controller X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7f9dad6bdc34782c48935f2108def0ad4eb396a9;p=linux.git 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 Cc: Joel Stanley Signed-off-by: Guenter Roeck Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts index ff49ec76fa7cd..47293a5e0c592 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts @@ -132,6 +132,10 @@ use-ncsi; }; +&emmc_controller { + status = "okay"; +}; + &emmc { status = "okay"; };