]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
arm64: tegra: Fix Jetson Nano GPU regulator
authorJon Hunter <jonathanh@nvidia.com>
Thu, 20 Jun 2019 08:17:02 +0000 (09:17 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 20 Jun 2019 09:18:30 +0000 (11:18 +0200)
commit434e8aedeaec595933811c2af191db9f11d3ce3b
tree0e32b99ee9fbe0ddb7a3fe6d8bd8fdbe93165f9a
parentece6031ece2dd64d63708cfe1088016cee5b10c0
arm64: tegra: Fix Jetson Nano GPU regulator

There are a few issues with the GPU regulator defined for Jetson Nano
which are:

1. The GPU regulator is a PWM based regulator and not a fixed voltage
   regulator.
2. The output voltages for the GPU regulator are not correct.
3. The regulator enable ramp delay is too short for the regulator and
   needs to be increased. 2ms should be sufficient.
4. This is the same regulator used on Jetson TX1 and so make the ramp
   delay and settling time the same as Jetson TX1.

Cc: stable@vger.kernel.org
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Fixes: 6772cd0eacc8 ("arm64: tegra: Add NVIDIA Jetson Nano Developer Kit support")
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts