Commit 29bcc1ea authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Fix duplicate regulator on Jetson TX1



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: 097e01c6 ("arm64: tegra: Rename top-level regulators")
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 979ac5ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1667,7 +1667,7 @@
		vin-supply = <&vdd_5v0_sys>;
	};

	vdd_cam_1v2: regulator-vdd-cam-1v8 {
	vdd_cam_1v2: regulator-vdd-cam-1v2 {
		compatible = "regulator-fixed";
		regulator-name = "vdd-cam-1v2";
		regulator-min-microvolt = <1200000>;