summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Dureghello <[email protected]>2026-03-23 22:19:25 +0100
committerAngelo Dureghello <[email protected]>2026-05-04 22:19:49 +0200
commit81b7e4da508c9557880204c070c56f5ff5048bb7 (patch)
tree94ed26595475815ce50a05fadf04d75f2b9b2166
parent988c9833709cf78b7e91c525ef0cfd4aba2c0adc (diff)
m68k: dts: stmark2: enable esdhc
Enable esdhc device. Signed-off-by: Angelo Dureghello <[email protected]>
-rw-r--r--arch/m68k/dts/stmark2.dts4
1 files changed, 4 insertions, 0 deletions
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";
+};