Skip to main content
Visitor II
August 15, 2022
Solved

When issuing the shutdown command the BUCK3 VDD regulator used for IO is not turned off.

  • August 15, 2022
  • 2 replies
  • 1012 views

When we tried the shutdown command ( shutdown -hP now ) from the debug console, all the PMIC regulators are turned off, except for the BUCK3 VDD regulator used for IO.

Both our custom board which uses STPMIC1E and the STM32MP157F-eval board which has STPMIC1A have the same behavior.

Is there any configuration which is not letting it to be turned off?

Any help is much appreciated.

    This topic has been closed for replies.
    Best answer by Kevin HUBER

    Hello @SKris​ ,

    It looks like your board is just going into standby mode. Please can you follow the best answer from this community post: https://community.st.com/s/question/0D53W00001JAWO4SAP/steps-to-lowest-power

    You have to modify the DTS to allow a real system shutdown.

    Regards,

    Kevin

    In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

    2 replies

    Technical Moderator
    August 16, 2022

    Hello @SKris​ ,

    It looks like your board is just going into standby mode. Please can you follow the best answer from this community post: https://community.st.com/s/question/0D53W00001JAWO4SAP/steps-to-lowest-power

    You have to modify the DTS to allow a real system shutdown.

    Regards,

    Kevin

    In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

    SKrisAuthor
    Visitor II
    August 16, 2022

    Hi Kevin,

    Thanks a lot for sharing the link.

    The suggested changes to the tf-a device tree worked for us, now we see the buck3 being turned off when shutdown command is executed.

    Thanks,

    Shalini