arm64: tegra: Fix duplicate regulator on Jetson TX1
authorThierry Reding <treding@nvidia.com>
Fri, 18 Nov 2022 06:35:31 +0000 (07:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:32:36 +0000 (09:32 +0100)
[ Upstream commit 29bcc1eaca315326d1cc883fbe9b451d1f9e3fa5 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi

index a44c56c..634373a 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>;