[PATCH] video: simplefb: Parse memory region from memory-region property

Simon Glass sjg at chromium.org
Mon May 4 14:15:39 CEST 2026


On Sun, 3 May 2026 at 23:09, Aelin Reidel <aelin at mainlining.org> wrote:
>
> Linux' simplefb driver allows setting the memory-region property to a
> phandle to a node that describes the memory to be used for the
> framebuffer. If it is present, it will override the "reg" property.
>
> This adds support for parsing the property and prefers it if present.
>
> Signed-off-by: Aelin Reidel <aelin at mainlining.org>
> ---
>  drivers/video/simplefb.c | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)

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


More information about the U-Boot mailing list