Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp10424287ybi; Wed, 24 Jul 2019 22:59:27 -0700 (PDT) X-Google-Smtp-Source: APXvYqziWv8UXwr9TWOXWOpbyzuLPtmmum4UGKRnERkJvH+RBRIDdezhgxbAUsnk1JeqtIGGAhlC X-Received: by 2002:aa7:86cc:: with SMTP id h12mr7032165pfo.2.1564034367041; Wed, 24 Jul 2019 22:59:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564034367; cv=none; d=google.com; s=arc-20160816; b=davmiBm4Myl7eZPLxg+PWGLH0E2+9ainPrzQo5QRfV9ucQtUio2auFLP0UQgqliaFU CmgwOhXNL6+hD2OgGoboO/uDue69iqYIHBBFYCD4TPwpybPnU6E+VEM6gQDnqcsxh2un Uiu//vrqZEjRrUXcWGqeN/xUNV19XWuAEbYiu9PxdT/k8J43FfC08nW36cN6IeBQS9ts OQvlpBH3aVwuwTgm9Y978OIw146l8Vz4vYqVwH2aS00yvwnBSdDdpTEamccpGbMYG/Ey 90VDoyBd6KE6qxvjaSeSU357EQMh+E68q3cyKR74KqqLm85qqg/+mCu4Bgu3MGRF7AKk FemA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=PYoWC4VzIewMIWrTjdk/7eQ7m3MKa+vi7poIOLUJ8Yw=; b=JSwMPA6pDu7Z5SiNwpypyf5J8AbwOEyakaCiYO6Ec1V2GUicGsy64kCnEZSLVsVlvE STr/TtBGqPS6V5TGEZdmyYLkw04MW590WhBCAgVhzPP+a3YWKJORhZwK/zPH/vYgU0bu gN/qy3O1wMjLvfa3/eui6hQCFUZrKu/QpUp243234FWZ6zNRcNPb1v2sidH3nEPpQ+VB nC99KSVbzJjCXViqpsNJu5D1DQMmhHy/8yu491hCD2Q/IXQOG6pu8/INqnz5UZy6k3z4 pkJevOVoCIcBhrntjeV5AB73ec+rBnKpCb9kma9Cq4sANGK0MHoe+1fzebHEzzNwE9Us Z/cw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="1Vi8BP/q"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y1si14845905pgg.490.2019.07.24.22.59.12; Wed, 24 Jul 2019 22:59:27 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="1Vi8BP/q"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388062AbfGYFnV (ORCPT + 99 others); Thu, 25 Jul 2019 01:43:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:58248 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404910AbfGYFnS (ORCPT ); Thu, 25 Jul 2019 01:43:18 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D5CDE21850; Thu, 25 Jul 2019 05:43:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564033398; bh=G/DQK8s5QJEbsTYqppHaMwUnwF31mN6P3vDoCJ3I/m8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=1Vi8BP/qoELAqLvJRRBG2vKN57hmETHhiiCjyNzmxrNJHzEERCDuG5y5JAnNk8VoK AAWYp/ZcOyofDkDVXM5AF0lcLRIlFnIjsF7nC6Elsmd07HvwevvurHISeMB/yofjaK OChjOrl+BgrWrCu/OyT4iKgDXnyQMEtEgDarf8bM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jon Hunter , Thierry Reding Subject: [PATCH 4.19 194/271] arm64: tegra: Update Jetson TX1 GPU regulator timings Date: Wed, 24 Jul 2019 21:21:03 +0200 Message-Id: <20190724191711.730835949@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190724191655.268628197@linuxfoundation.org> References: <20190724191655.268628197@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jon Hunter commit ece6031ece2dd64d63708cfe1088016cee5b10c0 upstream. 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 Fixes: 5e6b9a89afce ("arm64: tegra: Add VDD_GPU regulator to Jetson TX1") Signed-off-by: Thierry Reding Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi @@ -330,7 +330,8 @@ 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>; }; }; };