That looks like the driver not reading what it expects. imx477_detect expects to read 0x577 from register 0x0016, but it's getting an error reading from that register (-EIO I believe). You'd have to check the I2C driver to see when it returns -EIO, but it looks like the communication to your sensor isn't working.
↧