09-21-2023, 02:16 PM
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.
-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.