On Thu, Jun 20, 2019 at 09:17:02AM +0100, Jon Hunter wrote:
There are a few issues with the GPU regulator defined for Jetson Nano which are:
- The GPU regulator is a PWM based regulator and not a fixed voltage regulator.
- The output voltages for the GPU regulator are not correct.
- The regulator enable ramp delay is too short for the regulator and needs to be increased. 2ms should be sufficient.
- 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
.../boot/dts/nvidia/tegra210-p3450-0000.dts | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-)
Applied to for-5.3/arm64/dt and added the following Fixes: line:
Fixes: 6772cd0eacc8 ("arm64: tegra: Add NVIDIA Jetson Nano Developer Kit support")
Thanks, Thierry