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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue