Hello,
I'm trying to run u-boot on my IMX6s, I'm using "mx6qpsabresd_defconfig" to configure it.
When I insert the sd card into the board, it start loading and then I see the next error:
Can't find PMIC:PFUZE100
initcall sequence 4ff96994 failed at call 1780429c (err=-19)
### ERROR ### Please RESET the board ###
The board is modified, it has no PMIC module, instead I'm using fixed voltage which I can't control using the I2C.
How can I configure the u-boot not to look for PMIC?