diff options
author | Lukasz Majewski | 2023-05-19 12:43:50 +0200 |
---|---|---|
committer | Stefano Babic | 2023-07-11 14:40:04 +0200 |
commit | b8ce78a8c9ec2b986c9fad95f3667c45d6ca4f37 (patch) | |
tree | 295e457be3cfee99a7e40eb528a73ab1b9c9a037 /arch/arm/dts | |
parent | 01744484cbb0aeff848485b20ee567805a4ab628 (diff) |
dts: xea: Disable 'clks' node for xea (imx287)
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>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/imx28-xea-u-boot.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imx28-xea-u-boot.dtsi b/arch/arm/dts/imx28-xea-u-boot.dtsi index 52fec31fbb6..bdbeca528c6 100644 --- a/arch/arm/dts/imx28-xea-u-boot.dtsi +++ b/arch/arm/dts/imx28-xea-u-boot.dtsi @@ -32,6 +32,7 @@ &clks { bootph-pre-ram; + status = "disable"; }; &duart { |