提交 467b9b56 编写于 作者: T 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: NThierry Reding <treding@nvidia.com>
上级 ecb53f51
...@@ -1041,6 +1041,8 @@ ...@@ -1041,6 +1041,8 @@
compatible = "regulator-fixed"; compatible = "regulator-fixed";
reg = <5>; reg = <5>;
regulator-name = "+VDD_LED"; regulator-name = "+VDD_LED";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio TEGRA_GPIO(P, 2) GPIO_ACTIVE_HIGH>; gpio = <&gpio TEGRA_GPIO(P, 2) GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
vin-supply = <&vdd_mux>; vin-supply = <&vdd_mux>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册