drivers: imx_usdhc: change DT_COMPAT string to imx-usdhc

with the legacy USDHC driver fully removed from the tree, the
nxp,imx-usdhc binding can now be used for the new SD host controller
driver.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-04-21 10:20:02 -05:00 committed by David Leach
commit c91d473ead
6 changed files with 11 additions and 11 deletions

View file

@ -1,11 +1,11 @@
/* /*
* Copyright (c) 2022 NXP * Copyright 2022 NXP
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#define DT_DRV_COMPAT nxp_imx_sdhc #define DT_DRV_COMPAT nxp_imx_usdhc
#include <zephyr/zephyr.h> #include <zephyr/zephyr.h>
#include <zephyr/devicetree.h> #include <zephyr/devicetree.h>

View file

@ -680,7 +680,7 @@
}; };
usdhc1: usdhc@402c0000 { usdhc1: usdhc@402c0000 {
compatible = "nxp,imx-sdhc"; compatible = "nxp,imx-usdhc";
reg = <0x402c0000 0x4000>; reg = <0x402c0000 0x4000>;
status = "disabled"; status = "disabled";
interrupts = <110 0>; interrupts = <110 0>;
@ -693,7 +693,7 @@
}; };
usdhc2: usdhc@402c4000 { usdhc2: usdhc@402c4000 {
compatible = "nxp,imx-sdhc"; compatible = "nxp,imx-usdhc";
reg = <0x402c4000 0x4000>; reg = <0x402c4000 0x4000>;
status = "disabled"; status = "disabled";
interrupts = <111 0>; interrupts = <111 0>;

View file

@ -775,7 +775,7 @@
}; };
usdhc1: usdhc@40418000 { usdhc1: usdhc@40418000 {
compatible = "nxp,imx-sdhc"; compatible = "nxp,imx-usdhc";
reg = <0x40418000 0x4000>; reg = <0x40418000 0x4000>;
status = "disabled"; status = "disabled";
interrupts = <133 0>; interrupts = <133 0>;
@ -788,7 +788,7 @@
}; };
usdhc2: usdhc@4041c000 { usdhc2: usdhc@4041c000 {
compatible = "nxp,imx-sdhc"; compatible = "nxp,imx-usdhc";
reg = <0x4041c000 0x4000>; reg = <0x4041c000 0x4000>;
status = "disabled"; status = "disabled";
interrupts = <134 0>; interrupts = <134 0>;

View file

@ -369,7 +369,7 @@
}; };
usdhc1: usdhc@136000 { usdhc1: usdhc@136000 {
compatible = "nxp,imx-sdhc"; compatible = "nxp,imx-usdhc";
reg = <0x136000 0x1000>; reg = <0x136000 0x1000>;
status = "disabled"; status = "disabled";
interrupts = <45 0>; interrupts = <45 0>;
@ -382,7 +382,7 @@
}; };
usdhc2: usdhc@137000 { usdhc2: usdhc@137000 {
compatible = "nxp,imx-sdhc"; compatible = "nxp,imx-usdhc";
reg = <0x137000 0x1000>; reg = <0x137000 0x1000>;
status = "disabled"; status = "disabled";
interrupts = <46 0>; interrupts = <46 0>;

View file

@ -321,7 +321,7 @@
}; };
usdhc1: usdhc@136000 { usdhc1: usdhc@136000 {
compatible = "nxp,imx-sdhc"; compatible = "nxp,imx-usdhc";
reg = <0x136000 0x1000>; reg = <0x136000 0x1000>;
status = "disabled"; status = "disabled";
interrupts = <45 0>; interrupts = <45 0>;
@ -334,7 +334,7 @@
}; };
usdhc2: usdhc@137000 { usdhc2: usdhc@137000 {
compatible = "nxp,imx-sdhc"; compatible = "nxp,imx-usdhc";
reg = <0x137000 0x1000>; reg = <0x137000 0x1000>;
status = "disabled"; status = "disabled";
interrupts = <46 0>; interrupts = <46 0>;

View file

@ -3,7 +3,7 @@
description: NXP imx USDHC controller description: NXP imx USDHC controller
compatible: "nxp,imx-sdhc" compatible: "nxp,imx-usdhc"
include: [sdhc.yaml, pinctrl-device.yaml] include: [sdhc.yaml, pinctrl-device.yaml]