Skip to content

Commit 29bcc1e

Browse files
committed
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: 097e01c ("arm64: tegra: Rename top-level regulators") Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 979ac5e commit 29bcc1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@
16671667
vin-supply = <&vdd_5v0_sys>;
16681668
};
16691669

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

0 commit comments

Comments
 (0)