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:
parent
409cc23022
commit
c91d473ead
6 changed files with 11 additions and 11 deletions
|
@ -1,11 +1,11 @@
|
|||
/*
|
||||
* Copyright (c) 2022 NXP
|
||||
* Copyright 2022 NXP
|
||||
*
|
||||
* 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/devicetree.h>
|
||||
|
|
|
@ -680,7 +680,7 @@
|
|||
};
|
||||
|
||||
usdhc1: usdhc@402c0000 {
|
||||
compatible = "nxp,imx-sdhc";
|
||||
compatible = "nxp,imx-usdhc";
|
||||
reg = <0x402c0000 0x4000>;
|
||||
status = "disabled";
|
||||
interrupts = <110 0>;
|
||||
|
@ -693,7 +693,7 @@
|
|||
};
|
||||
|
||||
usdhc2: usdhc@402c4000 {
|
||||
compatible = "nxp,imx-sdhc";
|
||||
compatible = "nxp,imx-usdhc";
|
||||
reg = <0x402c4000 0x4000>;
|
||||
status = "disabled";
|
||||
interrupts = <111 0>;
|
||||
|
|
|
@ -775,7 +775,7 @@
|
|||
};
|
||||
|
||||
usdhc1: usdhc@40418000 {
|
||||
compatible = "nxp,imx-sdhc";
|
||||
compatible = "nxp,imx-usdhc";
|
||||
reg = <0x40418000 0x4000>;
|
||||
status = "disabled";
|
||||
interrupts = <133 0>;
|
||||
|
@ -788,7 +788,7 @@
|
|||
};
|
||||
|
||||
usdhc2: usdhc@4041c000 {
|
||||
compatible = "nxp,imx-sdhc";
|
||||
compatible = "nxp,imx-usdhc";
|
||||
reg = <0x4041c000 0x4000>;
|
||||
status = "disabled";
|
||||
interrupts = <134 0>;
|
||||
|
|
|
@ -369,7 +369,7 @@
|
|||
};
|
||||
|
||||
usdhc1: usdhc@136000 {
|
||||
compatible = "nxp,imx-sdhc";
|
||||
compatible = "nxp,imx-usdhc";
|
||||
reg = <0x136000 0x1000>;
|
||||
status = "disabled";
|
||||
interrupts = <45 0>;
|
||||
|
@ -382,7 +382,7 @@
|
|||
};
|
||||
|
||||
usdhc2: usdhc@137000 {
|
||||
compatible = "nxp,imx-sdhc";
|
||||
compatible = "nxp,imx-usdhc";
|
||||
reg = <0x137000 0x1000>;
|
||||
status = "disabled";
|
||||
interrupts = <46 0>;
|
||||
|
|
|
@ -321,7 +321,7 @@
|
|||
};
|
||||
|
||||
usdhc1: usdhc@136000 {
|
||||
compatible = "nxp,imx-sdhc";
|
||||
compatible = "nxp,imx-usdhc";
|
||||
reg = <0x136000 0x1000>;
|
||||
status = "disabled";
|
||||
interrupts = <45 0>;
|
||||
|
@ -334,7 +334,7 @@
|
|||
};
|
||||
|
||||
usdhc2: usdhc@137000 {
|
||||
compatible = "nxp,imx-sdhc";
|
||||
compatible = "nxp,imx-usdhc";
|
||||
reg = <0x137000 0x1000>;
|
||||
status = "disabled";
|
||||
interrupts = <46 0>;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
description: NXP imx USDHC controller
|
||||
|
||||
compatible: "nxp,imx-sdhc"
|
||||
compatible: "nxp,imx-usdhc"
|
||||
|
||||
include: [sdhc.yaml, pinctrl-device.yaml]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue