From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751691AbdDMVVC (ORCPT ); Thu, 13 Apr 2017 17:21:02 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:33563 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750915AbdDMVVA (ORCPT ); Thu, 13 Apr 2017 17:21:00 -0400 MIME-Version: 1.0 In-Reply-To: References: <20170413133242.5068-1-andrew.smirnov@gmail.com> <20170413133242.5068-5-andrew.smirnov@gmail.com> From: Andrey Smirnov Date: Thu, 13 Apr 2017 14:20:59 -0700 Message-ID: Subject: Re: [PATCH 4/8] ARM: dts: imx7s: Add node for GPC To: Fabio Estevam Cc: Tyler Baker , Mark Rutland , "devicetree@vger.kernel.org" , Russell King , "linux-kernel@vger.kernel.org" , Rob Herring , Sascha Hauer , Fabio Estevam , Shawn Guo , linux-arm-kernel , Andrey Yurovsky Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 13, 2017 at 1:49 PM, Fabio Estevam wrote: > On Thu, Apr 13, 2017 at 5:13 PM, Tyler Baker wrote: > >> I've rebased this series on the next-20170413 for sanity sake, and >> realized there doesn't appear to be a way to select CONFIG_IMX_GPCV2. >> I forced it using 'default y' and configured with imx_v6_v7_defconfig. >> Now my board is booting. Before this series is applied, it may be good >> to have CONFIG_IMX_GPCV2 selected specifically for iMX7 platform, >> otherwise there will be boot regressions. > > Something like this? > > diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig > index f03ef43..fe99a48 100644 > --- a/drivers/irqchip/Kconfig > +++ b/drivers/irqchip/Kconfig > @@ -253,6 +253,7 @@ config RENESAS_H8S_INTC > > config IMX_GPCV2 > bool > + def_bool y if SOC_IMX7D > select IRQ_DOMAIN > help > Enables the wakeup IRQs for IMX platforms with GPCv2 block > FWIW, there's a patch for this that I haven't submitted yet (I plan to submit it tomorrow): https://github.com/ndreys/linux/commit/bd2de5be5c74bb35a0b8090f473862c9298a48b3 Thanks, Andrey Smirnov