On Sun, 3 May 2026 at 23:09, Aelin Reidel <[email protected]> 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 <[email protected]> > --- > drivers/video/simplefb.c | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

