commit | c579ff37745233052d8b849fadc66ba50c103f34 | [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 | c9b17ae66aa59f18b06e02e90ede4e6025b53b90 [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>