]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: imx: Let SPL configure ECSPI1 clock on Data Modul i.MX8M Plus eDM SBC
authorMarek Vasut <marex@denx.de>
Thu, 8 Feb 2024 17:33:50 +0000 (18:33 +0100)
committerFabio Estevam <festevam@denx.de>
Sat, 10 Feb 2024 18:15:40 +0000 (15:15 -0300)
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>
arch/arm/dts/imx8mp-data-modul-edm-sbc-u-boot.dtsi

index cb6ea356fd7bfcf232779f769c0be17ec96319af..805b5f57955fdd3362eed830584925278b5e54eb 100644 (file)
@@ -45,6 +45,9 @@
 };
 
 &ecspi1 {
+       /delete-property/ assigned-clocks;
+       /delete-property/ assigned-clock-rates;
+       /delete-property/ assigned-clock-parents;
        bootph-pre-ram;
        flash@0 {
                bootph-pre-ram;