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
|
@ -156,7 +156,7 @@ arduino_spi: &spi0 {
|
||||||
compatible = "zephyr,sdhc-spi-slot";
|
compatible = "zephyr,sdhc-spi-slot";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
mmc {
|
sdmmc {
|
||||||
compatible = "zephyr,sdmmc-disk";
|
compatible = "zephyr,sdmmc-disk";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -186,7 +186,7 @@ zephyr_udc0: &usb1 {
|
||||||
pinctrl-names = "default", "slow", "med", "fast";
|
pinctrl-names = "default", "slow", "med", "fast";
|
||||||
cd-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
|
cd-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
|
||||||
pwr-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>;
|
pwr-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>;
|
||||||
mmc {
|
sdmmc {
|
||||||
compatible = "zephyr,sdmmc-disk";
|
compatible = "zephyr,sdmmc-disk";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -186,7 +186,7 @@ zephyr_udc0: &usb1 {
|
||||||
cd-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
|
cd-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
|
||||||
pwr-gpios = <&gpio3 30 GPIO_ACTIVE_HIGH>;
|
pwr-gpios = <&gpio3 30 GPIO_ACTIVE_HIGH>;
|
||||||
no-1-8-v;
|
no-1-8-v;
|
||||||
mmc {
|
sdmmc {
|
||||||
compatible = "zephyr,sdmmc-disk";
|
compatible = "zephyr,sdmmc-disk";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -268,7 +268,7 @@ zephyr_udc0: &usb1 {
|
||||||
pinctrl-2 = <&pinmux_usdhc1_med>;
|
pinctrl-2 = <&pinmux_usdhc1_med>;
|
||||||
pinctrl-3 = <&pinmux_usdhc1_fast>;
|
pinctrl-3 = <&pinmux_usdhc1_fast>;
|
||||||
pinctrl-names = "default", "slow", "med", "fast";
|
pinctrl-names = "default", "slow", "med", "fast";
|
||||||
mmc {
|
sdmmc {
|
||||||
compatible = "zephyr,sdmmc-disk";
|
compatible = "zephyr,sdmmc-disk";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -226,7 +226,7 @@ zephyr_udc0: &usb1 {
|
||||||
pinctrl-2 = <&pinmux_usdhc1_med>;
|
pinctrl-2 = <&pinmux_usdhc1_med>;
|
||||||
pinctrl-3 = <&pinmux_usdhc1_fast>;
|
pinctrl-3 = <&pinmux_usdhc1_fast>;
|
||||||
pinctrl-names = "default", "slow", "med", "fast";
|
pinctrl-names = "default", "slow", "med", "fast";
|
||||||
mmc {
|
sdmmc {
|
||||||
compatible = "zephyr,sdmmc-disk";
|
compatible = "zephyr,sdmmc-disk";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -288,7 +288,7 @@ zephyr_udc0: &usb1 {
|
||||||
pinctrl-2 = <&pinmux_usdhc1_med>;
|
pinctrl-2 = <&pinmux_usdhc1_med>;
|
||||||
pinctrl-3 = <&pinmux_usdhc1_fast>;
|
pinctrl-3 = <&pinmux_usdhc1_fast>;
|
||||||
pinctrl-names = "default", "slow", "med", "fast";
|
pinctrl-names = "default", "slow", "med", "fast";
|
||||||
mmc {
|
sdmmc {
|
||||||
compatible = "zephyr,sdmmc-disk";
|
compatible = "zephyr,sdmmc-disk";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -171,7 +171,7 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
detect-dat3;
|
detect-dat3;
|
||||||
pwr-gpios = <&gpio10 2 GPIO_ACTIVE_LOW>;
|
pwr-gpios = <&gpio10 2 GPIO_ACTIVE_LOW>;
|
||||||
mmc {
|
sdmmc {
|
||||||
compatible = "zephyr,sdmmc-disk";
|
compatible = "zephyr,sdmmc-disk";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -434,7 +434,7 @@ i2s1: &flexcomm3 {
|
||||||
no-1-8-v;
|
no-1-8-v;
|
||||||
pwr-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
|
pwr-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
|
||||||
cd-gpios = <&gpio2 9 GPIO_ACTIVE_LOW>;
|
cd-gpios = <&gpio2 9 GPIO_ACTIVE_LOW>;
|
||||||
mmc {
|
sdmmc {
|
||||||
compatible = "zephyr,sdmmc-disk";
|
compatible = "zephyr,sdmmc-disk";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue