diff options
| author | Tom Rini <[email protected]> | 2024-03-04 15:41:38 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-03-04 15:41:38 -0500 |
| commit | 773cb2bca7743406e34ab4f441fc0a8a0d200a19 (patch) | |
| tree | 5836d6a54a6b9b8449e11eea4619f6747d6f29f1 /drivers | |
| parent | eac52e4be4e234d563d6911737ee7ccdc0ada1f1 (diff) | |
| parent | 9b9f022e7368cacafa368beaa7fadd931f2cfcdb (diff) | |
Merge tag 'u-boot-imx-master-20240304' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/19817
- Fix i.MX93 OP-TEE support.
- Use the container image for i.MX93 revision A1.
- Fix display regression on opos6uldev.
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/mxsfb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c index 10433949bb8..515363f6a49 100644 --- a/drivers/video/mxsfb.c +++ b/drivers/video/mxsfb.c @@ -387,6 +387,7 @@ static int mxs_video_remove(struct udevice *dev) static const struct udevice_id mxs_video_ids[] = { { .compatible = "fsl,imx23-lcdif" }, { .compatible = "fsl,imx28-lcdif" }, + { .compatible = "fsl,imx6sx-lcdif" }, { .compatible = "fsl,imx7ulp-lcdif" }, { .compatible = "fsl,imxrt-lcdif" }, { /* sentinel */ } |
