diff mbox

ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig

Message ID Pine.LNX.4.64.1304031752440.10531@axis700.grange (mailing list archive)
State Superseded
Commit fd989934abb95091dbd23100ffb54bd24e588bfa
Headers show

Commit Message

Guennadi Liakhovetski April 3, 2013, 3:53 p.m. UTC
An AS3711 PMIC is used on kzm9g to supply CPU power and LCD backlight.
This patch enables it in board defconfig.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
---
 arch/arm/configs/kzm9g_defconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

Simon Horman April 4, 2013, 4:43 a.m. UTC | #1
On Wed, Apr 03, 2013 at 05:53:54PM +0200, Guennadi Liakhovetski wrote:
> An AS3711 PMIC is used on kzm9g to supply CPU power and LCD backlight.
> This patch enables it in board defconfig.

Thanks, applied to the defconfigs branch.
I will endeavour to get this included in v3.10.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Simon Horman April 4, 2013, 6:55 a.m. UTC | #2
On Thu, Apr 04, 2013 at 01:43:25PM +0900, Simon Horman wrote:
> On Wed, Apr 03, 2013 at 05:53:54PM +0200, Guennadi Liakhovetski wrote:
> > An AS3711 PMIC is used on kzm9g to supply CPU power and LCD backlight.
> > This patch enables it in board defconfig.
> 
> Thanks, applied to the defconfigs branch.

I have moved it to the defconfigs-kzm9g branch as
I am trying to use more fine-grained branches going forwards.

> I will endeavour to get this included in v3.10.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Guennadi Liakhovetski April 5, 2013, 7:15 a.m. UTC | #3
Hi Simon

On Thu, 4 Apr 2013, Simon Horman wrote:

> On Wed, Apr 03, 2013 at 05:53:54PM +0200, Guennadi Liakhovetski wrote:
> > An AS3711 PMIC is used on kzm9g to supply CPU power and LCD backlight.
> > This patch enables it in board defconfig.
> 
> Thanks, applied to the defconfigs branch.
> I will endeavour to get this included in v3.10.

Thanks, but actually this patch is just a reply to your request to support 
the earlier "ARM: shmobile: add AS3711 PMIC platform data on kzm9g" patch 
from me, which I still don't see in your tree?

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Simon Horman April 5, 2013, 7:38 a.m. UTC | #4
On Fri, Apr 05, 2013 at 09:15:29AM +0200, Guennadi Liakhovetski wrote:
> Hi Simon
> 
> On Thu, 4 Apr 2013, Simon Horman wrote:
> 
> > On Wed, Apr 03, 2013 at 05:53:54PM +0200, Guennadi Liakhovetski wrote:
> > > An AS3711 PMIC is used on kzm9g to supply CPU power and LCD backlight.
> > > This patch enables it in board defconfig.
> > 
> > Thanks, applied to the defconfigs branch.
> > I will endeavour to get this included in v3.10.
> 
> Thanks, but actually this patch is just a reply to your request to support 
> the earlier "ARM: shmobile: add AS3711 PMIC platform data on kzm9g" patch 
> from me, which I still don't see in your tree?

I see no particular problem with adding the defconfig change first.

With regards to "ARM: shmobile: add AS3711 PMIC platform data on kzm9g",
I'm unsure why I didn't queue-that up yesterday. I have done so now.
It is in the new boards-kzm9g branch.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig
index f6e585b..1ad0280 100644
--- a/arch/arm/configs/kzm9g_defconfig
+++ b/arch/arm/configs/kzm9g_defconfig
@@ -84,9 +84,12 @@  CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_SH_MOBILE=y
 CONFIG_GPIO_PCF857X=y
 # CONFIG_HWMON is not set
+CONFIG_MFD_AS3711=y
 CONFIG_REGULATOR=y
+CONFIG_REGULATOR_AS3711=y
 CONFIG_FB=y
 CONFIG_FB_SH_MOBILE_LCDC=y
+CONFIG_BACKLIGHT_AS3711=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_LOGO=y
 CONFIG_FB_SH_MOBILE_MERAM=y