commit | f05f936325fb0e6c7dbcf4e7473277fc044e517d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Feb 08 18:33:50 2024 +0100 |
committer | Fabio Estevam <festevam@denx.de> | Sat Feb 10 15:15:40 2024 -0300 |
tree | 053a81c109014383411023cc8bcfdd6d18e37840 | |
parent | f70dc3650f970c012b35f5476eefe779e82e33ba [diff] |
ARM: imx: Let SPL configure ECSPI1 clock on Data Modul i.MX8M Plus eDM SBC The SPL clock code does configure the ECSPI clock frequency, which has to match the mxc-spi driver configuration for successful SPI NOR boot. Drop the assigned-clock from DT ecspi1 node on this board to let the SPL clock code do the configuration and keep it aligned with the driver expectation. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>