From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751289AbdFECNw (ORCPT ); Sun, 4 Jun 2017 22:13:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:46322 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751189AbdFECNs (ORCPT ); Sun, 4 Jun 2017 22:13:48 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1156D239DA 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: Mon, 5 Jun 2017 10:13:27 +0800 From: Shawn Guo To: Oleksij Rempel Cc: linux@rempel-orivat.de, Mark Rutland , devicetree@vger.kernel.org, Russell King , linux-kernel@vger.kernel.org, Rob Herring , kernel@pengutronix.de, Fabio Estevam , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v1 5/5] ARM: dts: imx6: RIoTboard provide Standby to PowerOff option Message-ID: <20170605021326.GA18669@dragon> References: <20170529170924.25488-1-o.rempel@pengutronix.de> <20170529170924.25488-5-o.rempel@pengutronix.de> <20170605015027.GE4094@dragon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170605015027.GE4094@dragon> 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, Jun 05, 2017 at 09:50:29AM +0800, Shawn Guo wrote: > On Mon, May 29, 2017 at 07:09:24PM +0200, Oleksij Rempel wrote: > > This board, as well as some other boards with i.MX6 and a PMIC, uses a > > "MPIC_STBY_REQ" line to notify the PMIC about a state change. > > The PMIC is programmed for a specific state change before triggering the > > line. > > In this case, PMIC_STBY_REQ can be used for Stand by, Sleep > > and Power off modes. > > > > Signed-off-by: Oleksij Rempel > > Cc: kernel@pengutronix.de > > Cc: linux-arm-kernel@lists.infradead.org > > Cc: Shawn Guo > > Cc: Fabio Estevam > > Cc: Rob Herring > > Cc: Mark Rutland > > Cc: Russell King > > Cc: devicetree@vger.kernel.org > > Cc: linux-kernel@vger.kernel.org > > --- > > arch/arm/boot/dts/imx6dl-riotboard.dts | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts > > index 2cb72824e800..b5f25fe7b809 100644 > > --- a/arch/arm/boot/dts/imx6dl-riotboard.dts > > +++ b/arch/arm/boot/dts/imx6dl-riotboard.dts > > @@ -90,6 +90,10 @@ > > status = "okay"; > > }; > > > > +&clks { > > + fsl,pmic_stby_poweroff; > > +}; > > + > > &fec { > > pinctrl-names = "default"; > > pinctrl-0 = <&pinctrl_enet>; > > @@ -125,6 +129,7 @@ > > reg = <0x08>; > > interrupt-parent = <&gpio5>; > > interrupts = <16 8>; > > + fsl,pmic_stby_poweroff; > > Is this property supported by upstream kernel? Okay, just noticed that it's the last patch of series adding fsl,pmic_stby_poweroff support. Shawn