diff options
| author | Angelo Dureghello <[email protected]> | 2026-03-23 22:19:25 +0100 |
|---|---|---|
| committer | Angelo Dureghello <[email protected]> | 2026-05-04 22:19:49 +0200 |
| commit | 81b7e4da508c9557880204c070c56f5ff5048bb7 (patch) | |
| tree | 94ed26595475815ce50a05fadf04d75f2b9b2166 | |
| parent | 988c9833709cf78b7e91c525ef0cfd4aba2c0adc (diff) | |
m68k: dts: stmark2: enable esdhc
Enable esdhc device.
Signed-off-by: Angelo Dureghello <[email protected]>
| -rw-r--r-- | arch/m68k/dts/stmark2.dts | 4 |
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"; +}; |
