aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-02-12 09:26:20 -0500
committerTom Rini <trini@konsulko.com>2024-02-12 09:26:20 -0500
commit91c37c4a20db24a4fc1d565c70035072d355cce0 (patch)
tree49e2b12cf091e87bad45b8768d5d7894523a4caa /drivers
parente8f2404e093daf6cc3ac2b3233e3c6770d13e371 (diff)
parentfcd377ed6480643b1f79188c7a8fb9280a211b4f (diff)
downloadu-boot-91c37c4a20db24a4fc1d565c70035072d355cce0.zip
u-boot-91c37c4a20db24a4fc1d565c70035072d355cce0.tar.gz
u-boot-91c37c4a20db24a4fc1d565c70035072d355cce0.tar.bz2
Merge tag 'u-boot-imx-master-20240212' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/19583 - Fix the i.MX8MP SPI compatible string. - Let the SPL clock code do the configuration on Data Modul i.MX8M Plus eDM SBC. - Enable secure boot on the imx93_var_som board.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/spi/mxc_spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/mxc_spi.c b/drivers/spi/mxc_spi.c
index 33360a1..e291092 100644
--- a/drivers/spi/mxc_spi.c
+++ b/drivers/spi/mxc_spi.c
@@ -670,6 +670,7 @@ static const struct dm_spi_ops mxc_spi_ops = {
static const struct udevice_id mxc_spi_ids[] = {
{ .compatible = "fsl,imx51-ecspi" },
+ { .compatible = "fsl,imx6ul-ecspi" },
{ }
};