09-22-2023, 04:27 AM
(09-21-2023, 02:16 PM)Deathcrow Wrote: Well, turns out a kernel option was renamed
-CONFIG_MFD_RK808=y
+CONFIG_MFD_RK8XX=y
Since it defaults to 'n' it got accidentally deselected and broke things. Built kernel with CONFIG_MFD_RK8XX and everything is fine again.
FTR: You actually need MFD_RK8XX_I2C (which depends on MFD_RK8XX)
The split/rename was because there's now also a MFD_RK8XX_SPI (for rk3588). Previously there was only the I2C interface.