arm64: tegra: Fix duplicate regulator on Jetson TX1
[ Upstream commit29bcc1eaca
] When the top-level regulators were renamed, the 1.2V camera regulator accidentally ended up with the same DT node name as the 1.8V camera regulator. Fixes:097e01c610
("arm64: tegra: Rename top-level regulators") Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
3fd1439e7b
commit
3de06621ab
|
@ -1666,7 +1666,7 @@ vdd_hdmi: regulator-vdd-hdmi {
|
||||||
vin-supply = <&vdd_5v0_sys>;
|
vin-supply = <&vdd_5v0_sys>;
|
||||||
};
|
};
|
||||||
|
|
||||||
vdd_cam_1v2: regulator-vdd-cam-1v8 {
|
vdd_cam_1v2: regulator-vdd-cam-1v2 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vdd-cam-1v2";
|
regulator-name = "vdd-cam-1v2";
|
||||||
regulator-min-microvolt = <1200000>;
|
regulator-min-microvolt = <1200000>;
|
||||||
|
|
Loading…
Reference in New Issue