dts: Rename NXP LCDIF dts node

Rename fsl,imx6sx-lcdif to nxp,imx-elcdif as it
used by imxrt and imx platforms.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2022-02-10 09:01:49 -06:00 committed by David Leach
commit 3489a39631
4 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#define DT_DRV_COMPAT fsl_imx6sx_lcdif
#define DT_DRV_COMPAT nxp_imx_elcdif
#include <drivers/display.h>
#include <fsl_elcdif.h>