commit | a66a137354a3b7b64338707f863dce8d18be1a09 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Fri May 19 12:43:50 2023 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 11 14:40:04 2023 +0200 |
tree | 295e457be3cfee99a7e40eb528a73ab1b9c9a037 | |
parent | df2f8b760490df720c41e8a8b20594a6d8eece2b [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>