From: Angelo Dureghello Date: Mon, 23 Mar 2026 21:19:25 +0000 (+0100) Subject: m68k: dts: stmark2: enable esdhc X-Git-Tag: v2026.07-rc2~23^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81b7e4da508c9557880204c070c56f5ff5048bb7;p=thirdparty%2Fu-boot.git m68k: dts: stmark2: enable esdhc Enable esdhc device. Signed-off-by: Angelo Dureghello --- diff --git a/arch/m68k/dts/stmark2.dts b/arch/m68k/dts/stmark2.dts index 3ba68b77d64..8e196fa65ff 100644 --- a/arch/m68k/dts/stmark2.dts +++ b/arch/m68k/dts/stmark2.dts @@ -45,3 +45,7 @@ &i2c0 { status = "okay"; }; + +&esdhc { + status = "okay"; +};