commit | 7e5b6f1cff846218b824a4d906e2831c15864a53 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@kernel.org> | Fri Sep 29 16:46:45 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 04 14:16:01 2023 -0400 |
tree | 5efcad75a379acc401152a3133c254de62660a54 | |
parent | 2f35889298bd5433b573040f52f77c4ef67f8b95 [diff] |
arm: dts: k3-am625-sk: Fix boot Since commit [1] A53 u-boot proper is broken. This is because nodes marked as 'bootph-pre-ram' are not available at u-boot proper before relocation. To fix this we mark all nodes in sk-u-boot.dtsi as 'bootph-all'. [1] 9e644284ab812 ("dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation") Signed-off-by: Roger Quadros <rogerq@kernel.org> Reviewed-by: Nishanth Menon <nm@ti.com>