On Mon, 2022-01-24 at 13:36 +0100, Thomas Zimmermann wrote: > From: Javier Martinez Canillas <javierm@xxxxxxxxxx> > > The sysfb_create_simplefb() function requests a IO memory resource for > the > simple-framebuffer platform device, but it also marks it as busy which > can > lead to drivers requesting the same memory resource to fail. > > Let's drop the IORESOURCE_BUSY flag and let drivers to request it as > busy > instead. > > Signed-off-by: Javier Martinez Canillas <javierm@xxxxxxxxxx> Reviewed-by: Zack Rusin <zackr@xxxxxxxxxx>