From 1f2672995b851288d3cc3b2b6bcefc697b038766 Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Wed, 5 Jan 2022 10:55:33 -0600 Subject: [PATCH] boards: mm_feather: Enable EDMA0 node Enable EDMA0 node to prevent build warning when DMA MCUX driver is included in build. Fixes #41524 Signed-off-by: Daniel DeGrasse --- boards/arm/mm_feather/mm_feather.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/arm/mm_feather/mm_feather.dts b/boards/arm/mm_feather/mm_feather.dts index 60e5c091e2d..418fc9cc2b7 100644 --- a/boards/arm/mm_feather/mm_feather.dts +++ b/boards/arm/mm_feather/mm_feather.dts @@ -157,3 +157,7 @@ cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; no-1-8-v; }; + +&edma0 { + status = "okay"; +};