I have a I.MX6ULL design which has PF1550 PMIC device. How do I access the PF1550 registers from the firmware? Like sysfs files or something else
You can communicate with PF1550 with the IIC registers which had showed in datasheet for full registers value of PF1550.
I have seen the below PF1550 Linux driver,
https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/drivers/regulator/pf1550-regulator-rpmsg.c
is there a simple guide how I can port this into my build?
thanks,
You can try to test!