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
parent 8b199b0fbb
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>

View file

@ -237,7 +237,7 @@
};
lcdif: display-controller@402b8000 {
compatible = "fsl,imx6sx-lcdif";
compatible = "nxp,imx-elcdif";
reg = <0x402b8000 0x4000>;
interrupts = <42 0>;
label = "ELCDIF_1";

View file

@ -318,7 +318,7 @@
};
lcdif: display-controller@40804000 {
compatible = "fsl,imx6sx-lcdif";
compatible = "nxp,imx-elcdif";
reg = <0x40804000 0x4000>;
interrupts = <54 0>;
label = "ELCDIF_1";

View file

@ -1,9 +1,9 @@
# Copyright (c) 2019, NXP
# Copyright (c) 2022, NXP
# SPDX-License-Identifier: Apache-2.0
description: NXP i.MX eLCDIF (Enhanced LCD Interface) controller
compatible: "fsl,imx6sx-lcdif"
compatible: "nxp,imx-elcdif"
include: base.yaml