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 <daniel.degrasse@nxp.com>
This commit is contained in:
parent
8fb417a6c4
commit
1f2672995b
1 changed files with 4 additions and 0 deletions
|
@ -157,3 +157,7 @@
|
||||||
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
|
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
|
||||||
no-1-8-v;
|
no-1-8-v;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&edma0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue