From f797d0dc262debe384a3e7fdf6b847bf1f5ecbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 30 Apr 2025 11:27:14 +0200 Subject: [PATCH] boards: mm_feather: add missing mmc node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing mmc node to the mm_feather board, and properly set disk-name for it. Signed-off-by: Benjamin Cabé --- boards/madmachine/mm_feather/mm_feather.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/boards/madmachine/mm_feather/mm_feather.dts b/boards/madmachine/mm_feather/mm_feather.dts index ea9dd21d797..1718be2e462 100644 --- a/boards/madmachine/mm_feather/mm_feather.dts +++ b/boards/madmachine/mm_feather/mm_feather.dts @@ -171,6 +171,12 @@ pinctrl-2 = <&pinmux_usdhc1_med>; pinctrl-3 = <&pinmux_usdhc1_fast>; pinctrl-names = "default", "slow", "med", "fast"; + + mmc { + compatible = "zephyr,sdmmc-disk"; + disk-name = "SD"; + status = "okay"; + }; }; &edma0 {