From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757712AbcH2PU3 (ORCPT ); Mon, 29 Aug 2016 11:20:29 -0400 Received: from mail.kernel.org ([198.145.29.136]:46022 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983AbcH2PU2 (ORCPT ); Mon, 29 Aug 2016 11:20:28 -0400 Date: Mon, 29 Aug 2016 23:20:06 +0800 From: Shawn Guo To: Yongcai Huang Cc: "mark.rutland@arm.com" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux@armlinux.org.uk" , "robh+dt@kernel.org" , "kernel@pengutronix.de" , Fabio Estevam , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH V2] ARM: dts: imx6ul iomuxc syscon is compatible to imx6q Message-ID: <20160829152006.GZ30790@tiger> References: <1472480743-8405-1-git-send-email-Anson.Huang@nxp.com> <20160829143447.GV30790@tiger> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, Aug 29, 2016 at 02:44:47PM +0000, Yongcai Huang wrote: > This patch is to set the GINT bit for all low power mode transition. > > Do we decide to go with PSCI for all i.MX6 SoCs? Currently i.MX6UL's suspend is > already supported with non-PCSI method, only i.MX7D uses PSCI, right? If we decide > to implement all power management feature with PSCI, then yes, all these changes > can be put into PSCI. But since current suspend/cpuidle function are already supported > using old method, this bit must be set to avoid system goes into low power mode > unexpected. My apology. I messed up it with i.MX7D. Patch applied, thanks. Shawn