Commit 1dca4fbaf1928e036653af4272ecce82dd3de568

Authored by Keerthy
Committed by Tero Kristo
1 parent 6a6bb0510d

ARM: dts: AM437x-GP-EVM: Fix DCDC3 voltage

On older PMICs the reset value of the DCDC3 voltage was different.
Fix DCDC3 volatge to 1.5V which is the right value to be supplied by
DCDC3 for all the production boards(Version 1.4+).

This fixes the boot hang issue during the regulator initialization stage.

Tested-by: Aparna Balasubramanian <aparnab@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>

Showing 1 changed file with 3 additions and 2 deletions Side-by-side Diff

arch/arm/boot/dts/am437x-gp-evm.dts
... ... @@ -300,11 +300,12 @@
300 300 compatible = "ti,tps65218-dcdc3";
301 301 regulator-name = "vdcdc3";
302 302 regulator-suspend-enable;
303   - regulator-min-microvolt = <1350000>;
304   - regulator-max-microvolt = <1350000>;
  303 + regulator-min-microvolt = <1500000>;
  304 + regulator-max-microvolt = <1500000>;
305 305 regulator-boot-on;
306 306 regulator-always-on;
307 307 };
  308 +
308 309 dcdc5: regulator-dcdc5 {
309 310 compatible = "ti,tps65218-dcdc5";
310 311 regulator-name = "v1_0bat";