mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
spi: mxc_spi: Add imx6ul-ecspi compatible string
Recent i.MX8MP DTs use new fsl,imx6ul-ecspi compatible string instead
of the fsl,imx51-ecspi compatible string. Add the new compatible string
to fix ECSPI operation on i.MX8MP.
For details, see Linux:
48d74376fb68 ("arm64: dts: imx8mp: update ecspi compatible and clk")
8eb1252bbedf ("spi: imx: remove ERR009165 workaround on i.mx6ul")
Fixes: 451799a6ce
("arm: dts: imx8mp: Sync the DT with kernel 6.4-rc4")
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
0fa60e3c2a
commit
05d3602737
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue