| From 3de457136d8cae7695308039d414a0e6af37f512 Mon Sep 17 00:00:00 2001 |
| From: Sasha Levin <sashal@kernel.org> |
| Date: Fri, 18 Nov 2022 07:35:31 +0100 |
| Subject: arm64: tegra: Fix duplicate regulator on Jetson TX1 |
| |
| From: Thierry Reding <treding@nvidia.com> |
| |
| [ 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 | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi b/arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi |
| index a44c56c1e56e5..634373a423ef6 100644 |
| --- a/arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi |
| +++ b/arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi |
| @@ -1666,7 +1666,7 @@ vdd_hdmi: regulator-vdd-hdmi { |
| 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>; |
| -- |
| 2.39.2 |
| |