]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: tegra: Update Jetson TX1 GPU regulator timings
authorJon Hunter <jonathanh@nvidia.com>
Thu, 20 Jun 2019 08:17:01 +0000 (09:17 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 20 Jun 2019 09:17:03 +0000 (11:17 +0200)
The GPU regulator enable ramp delay for Jetson TX1 is set to 1ms which
not sufficient because the enable ramp delay has been measured to be
greater than 1ms. Furthermore, the downstream kernels released by NVIDIA
for Jetson TX1 are using a enable ramp delay 2ms and a settling delay of
160us. Update the GPU regulator enable ramp delay for Jetson TX1 to be
2ms and add a settling delay of 160us.

Cc: stable@vger.kernel.org
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Fixes: 5e6b9a89afce ("arm64: tegra: Add VDD_GPU regulator to Jetson TX1")
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi

index e8654061ce032ef75a4442d40be781cf24403558..27723829d03308c01684ada37bf2a9116db95e76 100644 (file)
@@ -341,7 +341,8 @@ vdd_gpu: regulator@100 {
                        regulator-max-microvolt = <1320000>;
                        enable-gpios = <&pmic 6 GPIO_ACTIVE_HIGH>;
                        regulator-ramp-delay = <80>;
-                       regulator-enable-ramp-delay = <1000>;
+                       regulator-enable-ramp-delay = <2000>;
+                       regulator-settling-time-us = <160>;
                };
        };
 };