Skip to main content
user_ABCD
Associate II
October 13, 2022
Question

How do I modify HSLVEN_ETH bit or PRODUCT_BELOW_2V5 for example? Do I need to write source code or is this picked up in some device tree setting or regulator reading?

  • October 13, 2022
  • 1 reply
  • 1503 views

..

This topic has been closed for replies.

1 reply

Olivier GALLIEN
ST Technical Moderator
October 26, 2022

Hi @user_ABCD​ ,

Sorry for late reply.

Once you set PRODUCT_BELOW_2V5 OTP, HSLVEN bits are managed in TF-A with control of the actual VDD value.

See plat/st/stm32mp1/stm32mp1_syscfg.c - stm32mp1_syscfg_init(void) - line 104 ->132

Olivier

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.