From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH] ARM: omap2plus_defconfig: make PCF857x built-in Date: Tue, 8 Sep 2015 15:06:14 +0530 Message-ID: <55EEAC0E.3070404@ti.com> References: <1438782229-25118-1-git-send-email-kishon@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1438782229-25118-1-git-send-email-kishon@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: tony@atomide.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: linux@arm.linux.org.uk, nsekhar@ti.com List-Id: linux-omap@vger.kernel.org Hello, On Wednesday 05 August 2015 07:13 PM, Kishon Vijay Abraham I wrote: > One of the lines from PCF857x is connected to the vdd line of MMC1 > in DRA74x and DRA72x EVMs and is modelled as a regulator. If PCF857x > is not made as built-in, the regulator_get in omap_hsmmc fails making > it difficult to use MMC1 as rootfs. > > Make PCF857x built-in. Can this be picked for 4.3? Thanks Kishon > > Signed-off-by: Kishon Vijay Abraham I > Signed-off-by: Sekhar Nori > --- > arch/arm/configs/omap2plus_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > index ac521e7..7cedfe9 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -236,7 +236,7 @@ CONFIG_SSI_PROTOCOL=m > CONFIG_PINCTRL_SINGLE=y > CONFIG_DEBUG_GPIO=y > CONFIG_GPIO_SYSFS=y > -CONFIG_GPIO_PCF857X=m > +CONFIG_GPIO_PCF857X=y > CONFIG_GPIO_TWL4030=y > CONFIG_GPIO_PALMAS=y > CONFIG_W1=m > From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (Kishon Vijay Abraham I) Date: Tue, 8 Sep 2015 15:06:14 +0530 Subject: [PATCH] ARM: omap2plus_defconfig: make PCF857x built-in In-Reply-To: <1438782229-25118-1-git-send-email-kishon@ti.com> References: <1438782229-25118-1-git-send-email-kishon@ti.com> Message-ID: <55EEAC0E.3070404@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello, On Wednesday 05 August 2015 07:13 PM, Kishon Vijay Abraham I wrote: > One of the lines from PCF857x is connected to the vdd line of MMC1 > in DRA74x and DRA72x EVMs and is modelled as a regulator. If PCF857x > is not made as built-in, the regulator_get in omap_hsmmc fails making > it difficult to use MMC1 as rootfs. > > Make PCF857x built-in. Can this be picked for 4.3? Thanks Kishon > > Signed-off-by: Kishon Vijay Abraham I > Signed-off-by: Sekhar Nori > --- > arch/arm/configs/omap2plus_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > index ac521e7..7cedfe9 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -236,7 +236,7 @@ CONFIG_SSI_PROTOCOL=m > CONFIG_PINCTRL_SINGLE=y > CONFIG_DEBUG_GPIO=y > CONFIG_GPIO_SYSFS=y > -CONFIG_GPIO_PCF857X=m > +CONFIG_GPIO_PCF857X=y > CONFIG_GPIO_TWL4030=y > CONFIG_GPIO_PALMAS=y > CONFIG_W1=m > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754545AbbIHJg5 (ORCPT ); Tue, 8 Sep 2015 05:36:57 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:54569 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754515AbbIHJgy (ORCPT ); Tue, 8 Sep 2015 05:36:54 -0400 Message-ID: <55EEAC0E.3070404@ti.com> Date: Tue, 8 Sep 2015 15:06:14 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: , , , CC: , Subject: Re: [PATCH] ARM: omap2plus_defconfig: make PCF857x built-in References: <1438782229-25118-1-git-send-email-kishon@ti.com> In-Reply-To: <1438782229-25118-1-git-send-email-kishon@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Wednesday 05 August 2015 07:13 PM, Kishon Vijay Abraham I wrote: > One of the lines from PCF857x is connected to the vdd line of MMC1 > in DRA74x and DRA72x EVMs and is modelled as a regulator. If PCF857x > is not made as built-in, the regulator_get in omap_hsmmc fails making > it difficult to use MMC1 as rootfs. > > Make PCF857x built-in. Can this be picked for 4.3? Thanks Kishon > > Signed-off-by: Kishon Vijay Abraham I > Signed-off-by: Sekhar Nori > --- > arch/arm/configs/omap2plus_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > index ac521e7..7cedfe9 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -236,7 +236,7 @@ CONFIG_SSI_PROTOCOL=m > CONFIG_PINCTRL_SINGLE=y > CONFIG_DEBUG_GPIO=y > CONFIG_GPIO_SYSFS=y > -CONFIG_GPIO_PCF857X=m > +CONFIG_GPIO_PCF857X=y > CONFIG_GPIO_TWL4030=y > CONFIG_GPIO_PALMAS=y > CONFIG_W1=m >