dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation
Nodes with bootph-pre-sram/ram props are bound in multiple phases: 1. At TPL (bootph-pre-sram) or SPL (bootph-pre-ram) phase 2. At U-Boot proper pre-relocation phase 3. At U-Boot proper normal phase However the binding and U-Boot Driver Model documentation indicate that only nodes marked with bootph-all or bootph-some-ram should be bound in the U-Boot proper pre-relocation phase. Change ofnode_pre_reloc to report a node with bootph-pre-ram/sram prop with a pre-reloc status only after U-Boot proper pre-relocation phase. Also update the ofnode_pre_reloc documentation to closer reflect the binding and driver model documentation. This changes behavior of what nodes are bound in the U-Boot proper pre-relocation phase. Change to bootph-all or add bootph-some-ram prop to restore prior behavior. Signed-off-by:Jonas Karlman <jonas@kwiboo.se> Reviewed-by:
Simon Glass <sjg@chromium.org>
Loading
-
mentioned in commit c043ba97
-
mentioned in commit 7e5b6f1c
-
mentioned in commit 0cb6515c
-
mentioned in commit f3285dee
-
mentioned in commit e291c7d3
-
mentioned in commit 4636b07b
-
mentioned in commit ef6ff641
-
mentioned in commit 53a1eb99
-
mentioned in commit 5be1fef7
-
mentioned in commit 9214da7b
-
mentioned in commit fb2bdc4e
-
mentioned in commit dae79b87
-
mentioned in commit 3d91bc90
-
mentioned in commit 70f9212d
Please register or sign in to comment