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:
parent
8b199b0fbb
commit
3489a39631
|
@ -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>
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in a new issue