From 988c9833709cf78b7e91c525ef0cfd4aba2c0adc Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Mon, 23 Mar 2026 22:12:12 +0100 Subject: [PATCH] m68k: dts: mcf5441x: add mmc device for mcf5441x Add mmc support for the mcf5441x family. There is only one esdhc controller for this cpu family. Signed-off-by: Angelo Dureghello --- arch/m68k/dts/mcf5441x.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/m68k/dts/mcf5441x.dtsi b/arch/m68k/dts/mcf5441x.dtsi index dcca36312f5..7cd6072d4a5 100644 --- a/arch/m68k/dts/mcf5441x.dtsi +++ b/arch/m68k/dts/mcf5441x.dtsi @@ -163,5 +163,13 @@ clock-frequency = <100000>; status = "disabled"; }; + + esdhc: mmc@0xfc0cc000 { + compatible = "fsl,esdhc"; + reg = <0xfc0cc000 0x8000>; + non-removable; + bus-width = <4>; + status = "disabled"; + }; }; };