commit | 0cb6515cdab483ce8b30680803cbed0a63044cdc | [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 | 6d35682fb61ef5933eb3ddcf57acf87eaa076634 [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>