Skip to content

Commit

Permalink
ARM: tegra: cardhu-a04: Set up voltage regulators for DVFS
Browse files Browse the repository at this point in the history
Set minimum and maximum voltages, and couple CPU/CORE regulators.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Dmitry Osipenko authored and Thierry Reding committed Oct 29, 2019
1 parent c19c631 commit c01afeb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions arch/arm/boot/dts/tegra30-cardhu-a04.dts
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,28 @@
gpio = <&gpio TEGRA_GPIO(DD, 0) GPIO_ACTIVE_HIGH>;
};
};

i2c@7000d000 {
pmic: tps65911@2d {
regulators {
vddctrl_reg: vddctrl {
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <1125000>;
regulator-coupled-with = <&vddcore_reg>;
regulator-coupled-max-spread = <300000>;
regulator-max-step-microvolt = <100000>;

nvidia,tegra-cpu-regulator;
};
};
};

vddcore_reg: tps62361@60 {
regulator-coupled-with = <&vddctrl_reg>;
regulator-coupled-max-spread = <300000>;
regulator-max-step-microvolt = <100000>;

nvidia,tegra-core-regulator;
};
};
};

0 comments on commit c01afeb

Please sign in to comment.