boards: arm: nxp: Correct node name

Node name of sdmmc disk on NXP boards should be sdmmc,
not mmc.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2022-10-31 10:42:35 -05:00 committed by Stephanos Ioannidis
commit 9a9fc2b8a5
8 changed files with 8 additions and 8 deletions

View file

@ -186,7 +186,7 @@ zephyr_udc0: &usb1 {
pinctrl-names = "default", "slow", "med", "fast";
cd-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
pwr-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>;
mmc {
sdmmc {
compatible = "zephyr,sdmmc-disk";
status = "okay";
};