Re: [PATCH] ARM: dts: stm32: Remove buck3 regulator-always-on on AV96

2022-10-17 Thread Patrice CHOTARD
On 9/23/22 08:13, Patrice CHOTARD wrote: > HI Marek > > On 9/23/22 03:31, Marek Vasut wrote: >> In case the regulator-always-on is present in regulator DT node, >> the regulator is always reconfigured to the voltage set in DT on >> probe, even if regulator_set_value() has been called before. Dr

Re: [PATCH] ARM: dts: stm32: Remove buck3 regulator-always-on on AV96

2022-09-22 Thread Patrice CHOTARD
HI Marek On 9/23/22 03:31, Marek Vasut wrote: > In case the regulator-always-on is present in regulator DT node, > the regulator is always reconfigured to the voltage set in DT on > probe, even if regulator_set_value() has been called before. Drop > the property from AV96 U-Boot DT and enable the

[PATCH] ARM: dts: stm32: Remove buck3 regulator-always-on on AV96

2022-09-22 Thread Marek Vasut
In case the regulator-always-on is present in regulator DT node, the regulator is always reconfigured to the voltage set in DT on probe, even if regulator_set_value() has been called before. Drop the property from AV96 U-Boot DT and enable the regulator manually in code, as the board already reconf