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
*/
#define DT_DRV_COMPAT nxp_imx_sdhc
#define DT_DRV_COMPAT nxp_imx_usdhc
#include <zephyr/zephyr.h>
#include <zephyr/devicetree.h>