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

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
......@@ -1041,6 +1041,8 @@ vdd_led: regulator@5 {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment