stm32mp157-dk2 How to enable vdda and vref regulators
Hello,
My app running on M4 uses adc. It starting at kernel boot process using systemd. After some time kernel poweroff vdda and vref while my app is running
[ 14.173564] remoteproc remoteproc0: powering up m4
[ 14.308543] remoteproc remoteproc0: Booting fw image OpenAMP_TTY_echo_CM4.elf, size 2541404
[ 14.361095] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 14.370223] virtio_rpmsg_bus virtio0: creating channel rpmsg-tty-channel addr 0x0
[ 14.389900] mlahb:m4@10000000#vdev0buffer: registered virtio0 (type 7)
[ 14.399505] rpmsg_tty virtio0.rpmsg-tty-channel.-1.0: new channel: 0x400 -> 0x0 : ttyRPMSG0
[ 14.408052] remoteproc remoteproc0: remote processor m4 is now up
[ 14.422284] virtio_rpmsg_bus virtio0: creating channel rpmsg-tty-channel addr 0x1
[ 14.455735] rpmsg_tty virtio0.rpmsg-tty-channel.-1.1: new channel: 0x401 -> 0x1 : ttyRPMSG1
[ 34.411305] vref: disabling
[ 34.413987] vdda: disabling
and my app can't process adc.
So how to prevent disabling vref and vdda?
Thanks,
Alex.
