dts: xea: Disable 'clks' node for xea (imx287)
authorLukasz Majewski <lukma@denx.de>
Fri, 19 May 2023 10:43:50 +0000 (12:43 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jul 2023 12:40:04 +0000 (14:40 +0200)
As imx28 family of SoCs is NOT supporting the Common Clock Framework (CCF)
the 'clks' property shall NOT be enabled by default.

Without this change u-boot proper before relocation tries to bind driver
(which doesn't exists) for this device. As a result, pre-relocation DTB
parsing is finished with error and the board hangs in a very early stage
of u-boot proper boot process.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
arch/arm/dts/imx28-xea-u-boot.dtsi

index 52fec31..bdbeca5 100644 (file)
@@ -32,6 +32,7 @@
 
 &clks {
        bootph-pre-ram;
+       status = "disable";
 };
 
 &duart {