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:
parent
8be724d0c8
commit
9a9fc2b8a5
8 changed files with 8 additions and 8 deletions
|
@ -288,7 +288,7 @@ zephyr_udc0: &usb1 {
|
|||
pinctrl-2 = <&pinmux_usdhc1_med>;
|
||||
pinctrl-3 = <&pinmux_usdhc1_fast>;
|
||||
pinctrl-names = "default", "slow", "med", "fast";
|
||||
mmc {
|
||||
sdmmc {
|
||||
compatible = "zephyr,sdmmc-disk";
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue