From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752465AbdHATtN (ORCPT ); Tue, 1 Aug 2017 15:49:13 -0400 Received: from mail-pg0-f42.google.com ([74.125.83.42]:37648 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752440AbdHATtM (ORCPT ); Tue, 1 Aug 2017 15:49:12 -0400 From: Kevin Hilman To: Jerome Brunet Cc: Carlo Caione , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] ARM64: dts: meson-gxbb: p20x: add card regulator settle times Organization: BayLibre References: <20170801152224.15754-1-jbrunet@baylibre.com> Date: Tue, 01 Aug 2017 12:49:09 -0700 In-Reply-To: <20170801152224.15754-1-jbrunet@baylibre.com> (Jerome Brunet's message of "Tue, 1 Aug 2017 17:22:24 +0200") Message-ID: <7h1sovysp6.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jerome Brunet writes: > Changing the card voltage on the p200 is not instantaneous, especially > when switching from 3.3v to 1.8v. > > I take at least 70ms for the regulator to go from 3.3v to 1.8v. Add > margin to that to make sure we don't upset the sdcard during the voltage > switch > > Fixes: ef8d2ffedf18 ("ARM64: dts: meson-gxbb: add MMC support") > Signed-off-by: Jerome Brunet Applied to v4.14/dt64, Thanks, Kevin