Hello,
We're using a pmic from NXP, MFS5600AMMA7ES, on an i.mx8dxl custom design. We're trying to figure out what linux driver + device tree configuration is needed for this part. Can you please provide some insight on how to proceed?
Thank you,
Davis
Solved! Go to Solution.
Hello,
I took a look at the provided document however it still isn't clear what driver is being used for this pmic. And yes, I understand that it's used in the i.mx8dxl evk which should mean that this question is easy to answer but apparently it's not.
My goal is to understand this pmic and that starts with figuring out what kernel driver is driving this chip.
Please let me know what you think.
Thank you,
Davis
you can refer to schematic of 8dxl WEVK, this is Power regulator, couldn't use it as IMX PMIC, so I don't suggest that you use this chip as PMIC
I see but your schematic shows that it has an i2c interface. Does the kernel query it?
don't need I2C, use EN1/EN2 to control this chip, we use it for 12V to 5V for PMIC input and external 3.3V
So it sounds like the purpose of the i2c is not to connect the host processor to the regulator but instead it is to connect the regulator with a PMIC. Is my understanding correct?
yes, correct