commit | c45d4d0539971a08233d926a6b84425ae8b5c42c | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Mon Oct 02 10:00:53 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 04 14:16:01 2023 -0400 |
tree | 6b9f3d5588e1805528bc889e2749d631331902ef | |
parent | 301ebec395b4979de82d4015baa3477d6f92e16e [diff] |
arm: dts: k3-am625-beagleplay: 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 u-boot.dtsi as 'bootph-all'. [1] 9e644284ab812 ("dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation") Reported-by: Roger Quadros <rogerq@kernel.org> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Roger Quadros <rogerq@kernel.org>