]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
m68k: dts: stmark2: enable esdhc
authorAngelo Dureghello <angelo@kernel-space.org>
Mon, 23 Mar 2026 21:19:25 +0000 (22:19 +0100)
committerAngelo Dureghello <angelo@kernel-space.org>
Mon, 4 May 2026 20:19:49 +0000 (22:19 +0200)
Enable esdhc device.

Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
arch/m68k/dts/stmark2.dts

index 3ba68b77d64f313d116a39b685e26dcb066507bc..8e196fa65ffbaf0923f11fecc91c3488ae36586c 100644 (file)
@@ -45,3 +45,7 @@
 &i2c0 {
        status = "okay";
 };
+
+&esdhc {
+       status = "okay";
+};