From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754709AbdK2OkH (ORCPT ); Wed, 29 Nov 2017 09:40:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:58974 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751267AbdK2OkF (ORCPT ); Wed, 29 Nov 2017 09:40:05 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 78199218D9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Wed, 29 Nov 2017 22:39:47 +0800 From: Shawn Guo To: "Maciej S. Szmigiero" Cc: Sascha Hauer , Fabio Estevam , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel Subject: Re: [PATCH] ARM: dts: imx6qdl-udoo: add support for powering off Message-ID: <20171129143946.GO9376@dragon> References: <475cb655-a88f-0cc2-2e00-405458f80433@maciej.szmigiero.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <475cb655-a88f-0cc2-2e00-405458f80433@maciej.szmigiero.name> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 27, 2017 at 11:22:28PM +0100, Maciej S. Szmigiero wrote: > UDOO board has a possibility to disable most of imx6 SoC power supplies via > "EN_5V" signal, which is connected to "NANDF_D4" pad. > > This reduces current consumption after shutdown from ~350 mA to ~40 mA and > prevents a SoC watchdog from starting it again on its own after the > watchdog timeout expires (previously it was not possible to shut down the > SoC permanently if its watchdog was ever enabled since it was still ticking > after the shutdown). > > Unfortunately, this does not extinguish the "Power" LED (as it is powered > from an always-on voltage regulator). > > To power the SoC up again press the power button (SW2, the one with a long > shaft). > > Signed-off-by: Maciej S. Szmigiero Applied, thanks.