[PATCH v6 01/24] dm: core: scan reserved-memory nodes

Simon Glass sjg at chromium.org
Mon Jul 15 13:39:28 CEST 2024


On Mon, 15 Jul 2024 at 11:08, Caleb Connolly <caleb.connolly at linaro.org> wrote:
>
> 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
>
> Signed-off-by: Caleb Connolly <caleb.connolly at linaro.org>
> ---
> To: Simon Glass <sjg at chromium.org>
> ---
>  drivers/core/root.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list