]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: scan reserved-memory nodes
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 15 Jul 2024 10:08:00 +0000 (12:08 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Thu, 25 Jul 2024 23:28:09 +0000 (01:28 +0200)
commit1fbd0582a28d108c77d7f9135a7f2c3da2398b72
tree2f3946da098e64f65a36d490e6b0f63d5cc4b7f7
parentf659ba43837e5ae5a35fdff3736c8e13f9062abd
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>
drivers/core/root.c