[PATCH 1/3] m68k: add mmc device for mcf5441x
Angelo Dureghello
angelo.dureghello at timesys.com
Fri Feb 24 01:52:08 CET 2023
From: Angelo Durgehello <angelo at kernel-space.org>
Add mmc support for the mcf5441x family.
Signed-off-by: Angelo Durgehello <angelo at kernel-space.org>
---
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 6769bdc270..6383b50f11 100644
--- a/arch/m68k/dts/mcf5441x.dtsi
+++ b/arch/m68k/dts/mcf5441x.dtsi
@@ -103,5 +103,13 @@
timeout-loop = <50000>;
status = "disabled";
};
+
+ esdhc1: mmc at 0xfc0cc000 {
+ compatible = "fsl,esdhc";
+ reg = <0xfc0cc000 0x8000>;
+ non-removable;
+ bus-width = <4>;
+ status = "disabled";
+ };
};
};
--
2.39.1
More information about the U-Boot
mailing list