Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 467b9b56 authored by Thierry Reding's avatar Thierry Reding
Browse files

ARM: tegra: venice2: Set min-/max-microvolt for VDD_LED supply



The VDD_LED supply's output is a fixed 3.3 V. Record that in the min-
and max-microvolt properties.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent ecb53f51
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1041,6 +1041,8 @@
			compatible = "regulator-fixed";
			reg = <5>;
			regulator-name = "+VDD_LED";
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			gpio = <&gpio TEGRA_GPIO(P, 2) GPIO_ACTIVE_HIGH>;
			enable-active-high;
			vin-supply = <&vdd_mux>;