Hi Peter, Could you take this patch via your ARM tree?
Thanks! On Thu, Nov 18, 2021 at 4:05 PM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > On 10/17/21 09:48, Benjamin Herrenschmidt wrote: > > The framebuffer driver fails to initialize with recent Raspberry Pi > > kernels, such as the ones shipped in the current RaspiOS images > > (with the out of tree bcm2708_fb.c driver) > > > > The reason is that this driver uses a new firmware call to query the > > number of displays, and the fallback when this call fails is broken. > > > > So implement the call and claim we have exactly one display > > > > Signed-off-by: Benjamin Herrenschmidt <b...@kernel.crashing.org> > > --- > > hw/misc/bcm2835_property.c | 4 ++++ > > 1 file changed, 4 insertions(+) > > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>