arm64: tegra: Fix duplicate regulator on Jetson TX1
authorThierry Reding <treding@nvidia.com>
Fri, 18 Nov 2022 06:35:31 +0000 (07:35 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 17 Jan 2023 12:55:03 +0000 (13:55 +0100)
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: 097e01c61015 ("arm64: tegra: Rename top-level regulators")
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi

index dd9a179..a87e103 100644 (file)
                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>;