commit | f7aacda03d9af9c71d6c5737fc2259bd3de88523 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Jul 15 12:08:00 2024 +0200 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Fri Jul 26 01:28:09 2024 +0200 |
tree | 2f3946da098e64f65a36d490e6b0f63d5cc4b7f7 | |
parent | 15a79ac62ff2bb579efca68da2a7307c8a5ac104 [diff] |
dm: core: scan reserved-memory nodes Qualcomm platforms may have drivers that bind to reserved memory nodes (cmd-db [1] and smem [2]) which are relevant to U-Boot. Include /reserved-memory in dm_extended_scan() so that these will be handled correctly. [1]: https://www.kernel.org/doc/Documentation/devicetree/bindings/reserved-memory/qcom%2Ccmd-db.yaml [2]: https://www.kernel.org/doc/Documentation/devicetree/bindings/soc/qcom/qcom%2Csmem.yaml Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>