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 <[email protected]> > --- > hw/misc/bcm2835_property.c | 4 ++++ > 1 file changed, 4 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
