Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp2173967ybm; Thu, 23 May 2019 12:34:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqy6FxFCl8v6AJaVTKs13K25Av4nWRYivcuZXRIExKcIr6efsDhO8gNZhYuvAR6ALmU6FsnG X-Received: by 2002:a17:902:9693:: with SMTP id n19mr99973462plp.92.1558640063334; Thu, 23 May 2019 12:34:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558640063; cv=none; d=google.com; s=arc-20160816; b=FmnA0+mYUr9O5LBvvgCS4Y5v83rn9yEc6oFHgiFxnrwatsPt4uwwuAybijpsTHYwAk yNNgBsDh+pjteDzg/ILJ6TW+t+PNDpoXpPw0d01QfIrDOBkNxB0GpqH4NZlIFQgQM7Zz mOTTgMtsO+MZvZFMp+V1mSjLr8GMmMAStMbOEStxt8NSjC1yW+dGjbKdzlLviMhU/b6a V/BGlQH65mdHTOlP+TlfhWaKmBah9SWAaF39bkRHSvwCkzECf3Dmyp0EGfmuT5c4I2Kv W9FBpOqgD/OM7M4wbRhQ6/mYMI7nD+VbeDUrQG3Z8Dq9ALsHThciKGserqtCcexBaVD4 liNw== 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=4tJt7mNlLRNv61kqDcnNESGLcb7XHWc9TwGEZfWyES0=; b=jP4H21OZsY9s3EigYrWYR8k8Dsy7oB4usFGa1oBMmWYkN9/3KWbEPSsOKoi3jLW8Rj TnVDcbP3xt8QNmCxpwmP+M7ze8RMkQMxK2ANbu0ZV1km0b2yIDzFliAoaLKLj3EK4x5H wbuWAS3MJ5AyCnDYzpFugpBaujucpiwWOH3PZjFYLsjUEg6JuuKBQ9Emekvu72KOadts bZj12AmeO2r8zTOBLvRJfyuX/Lhz3ySJO5xOoikkUNluJOJnZGfCDu8pWoFZaIc1cCNf pkkeetgcqXGhwLUGUmZQtj7m8kpFFPRPj7wk7bQlhIi6K4yvPCagGCJFf6EsLDgfyNCn nl3A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=S02OvLU6; 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 h7si510428pgk.379.2019.05.23.12.34.07; Thu, 23 May 2019 12:34:23 -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=S02OvLU6; 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 S2392243AbfEWTbd (ORCPT + 99 others); Thu, 23 May 2019 15:31:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:45374 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2403863AbfEWTbb (ORCPT ); Thu, 23 May 2019 15:31:31 -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 404DC20879; Thu, 23 May 2019 19:31:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558639890; bh=45/JiBrYveEN+Rj7Z+64oGLJm0MNpL+7SLALyvLUOq4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=S02OvLU6jCQ/QC3lDM1tuBuwxaJTjP+AKLZauUPemWE28yYYnjfxd8TSq0hrub2LP a8kqpPPshKdAYhUSF03NTbmi3ttXE/5c7PHKdcl45TCODcz0PMTJodtgV5Uoyj8odz xbMGugWUNXO0H7sr0J7fVjPv+5rrJINmhsAcsGjQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Adam Ford , Shawn Guo Subject: [PATCH 5.1 122/122] ARM: dts: imx6q-logicpd: Reduce inrush current on start Date: Thu, 23 May 2019 21:07:24 +0200 Message-Id: <20190523181721.785614665@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190523181705.091418060@linuxfoundation.org> References: <20190523181705.091418060@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: Adam Ford commit dbb58e291cd47e594b64293bd91a4ce40626513c upstream. The main 3.3V regulator sources a series of additional regulators. This patch adds a small delay, so when the 3.3V regulator comes on it delays a bit before the subsequent regulators can come on. This reduces the inrush current a bit on the external DC power supply to help prevent a situation where the sourcing power supply cannot source enough current and overloads and the kit fails to start. Fixes: 1c207f911fe9 ("ARM: dts: imx: Add support for Logic PD i.MX6QD EVM") Signed-off-by: Adam Ford Signed-off-by: Shawn Guo Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi +++ b/arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi @@ -100,6 +100,7 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; gpio = <&gpio1 26 GPIO_ACTIVE_HIGH>; + startup-delay-us = <70000>; enable-active-high; regulator-always-on; };