megapixels is not working with 6.1-rc8

Try to run megapixels on OG PP, it fails to start

$ megapixels
Found config file at /usr/share/megapixels/config/pine64,pinephone-1.2.ini
Adding camera rear from config
Adding camera front from config
Could not find /dev/media* node matching 'sun6i-csi'

This happens, when ov5640 sensor fails to probe. In this case following error messages are printed:

[   15.223257] ov5640 3-004c: ov5640_init_slave_id: failed with -6
[   15.232214] ov5640 3-004c: failed to power on

The problem happens not on every boot. Sometimes ov5640 is initialized correctly and megapixels works. Megapixels worked with 5.15.75.

Information about used software

linux-image-6.1-sunxi64                 6.1~rc8+sunxi64-1 arm64        Linux 6.1 for sunxi64 devices
mobian@mobian:~ $ dpkg -l '*mega*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-===========================================================
ii  megapixels     1.6.0-1      arm64        GTK4 camera app for mobile using the V4L2 media request API
Edited by Andrey Skvortsov