From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 2/2] soc: imx: gpcv2: handle reset clocks Date: Thu, 20 Dec 2018 15:43:19 -0600 Message-ID: <20181220214319.GA16103@bogus> References: <20181217153152.21135-1-l.stach@pengutronix.de> <20181217153152.21135-2-l.stach@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20181217153152.21135-2-l.stach@pengutronix.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Lucas Stach Cc: devicetree@vger.kernel.org, patchwork-lst@pengutronix.de, NXP Linux Team , Pengutronix Kernel Team , Fabio Estevam , Shawn Guo , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Mon, Dec 17, 2018 at 04:31:52PM +0100, Lucas Stach wrote: > Some power domains handled by the GPCv2 driver need to enable the clocks > for devies inside the domain, so that the reset propagation and proper > power-up sequencing happens. Handle them in the same way as on GPCv1. > > Signed-off-by: Lucas Stach > --- > .../bindings/power/fsl,imx-gpcv2.txt | 3 + Acked-by: Rob Herring > drivers/soc/imx/gpcv2.c | 60 ++++++++++++++++++- > 2 files changed, 62 insertions(+), 1 deletion(-)