diff options
author | Thierry Reding <treding@nvidia.com> | 2014-07-18 14:11:44 +0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-05-05 14:42:02 +0300 |
commit | 467b9b56e2e909e8f5ba2049e538d358099ad5dd (patch) | |
tree | c5ffc8f9482ba7b740a009bfba889e2bc22896e6 | |
parent | ecb53f510a1a823065a3e9e3fb7d9ea78ad9ff0e (diff) | |
download | linux-467b9b56e2e909e8f5ba2049e538d358099ad5dd.tar.xz |
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: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm/boot/dts/tegra124-venice2.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra124-venice2.dts b/arch/arm/boot/dts/tegra124-venice2.dts index 1df6dae191a2..79e724bb7df7 100644 --- a/arch/arm/boot/dts/tegra124-venice2.dts +++ b/arch/arm/boot/dts/tegra124-venice2.dts @@ -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>; |