commit | 37a1a4074b83fbd8504ac446fdee300a88e35551 | [log] [tgz] |
---|---|---|
author | Bryan Brattlof <bb@ti.com> | Fri Dec 29 11:47:23 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 03 08:36:37 2024 -0500 |
tree | 20f35aff6abc7687c8be4fe6dbe566b71a2f9980 | |
parent | 4aea536754a5764c7357032e5ade0d08392114e8 [diff] |
arm: dts: k3-am654: convert bootph-pre-ram to bootph-all Many nodes are reused between WKUP SPL, MAIN SPL, and U-Boot. Using bootph-pre-ram is causing these nodes to be present in SPL builds but pruned away during the U-Boot build. Convert these nodes to bootph-all so they will remain no matter which dtb build is happening. Tested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Nishanth Menon <nm@ti.com>