The System Controller firmware API does not have support to access the I2C bus between SCU and the PMIC in iMX8qm. We need to be able to send commands to the PMIC from the Linux user space running in the APs, possibly via RPC call. We're especially interested in functions like
status_t i2c_write(..); and i2c_read(..) provided by the SCFW source code.
Is there a reasonable workaround that doesn't require kernel changes and adding extra commands to the SCU API?#