Hi all
We are working with a custom board based in am335x-evm, using SDK 1.0 and kernel 3.14.
We have a TPS65910 PMIC in our board and I wonder how to disable some of the regulators we do not use.
Let's say we do not need VDIG1 regulator. I have read that by using Device Tree I can set min and max microvolts and configure and external sleep control. But, can I disable this regulator using the Device Tree or do I need to touch kernel code?
Regards.