Re: [PATCH] mx53_loco: add DA9053 PMIC support

2012-01-17 Thread Ying-Chun Liu (PaulLiu)
Thanks all. I'm preparing another new upload to fix all the problems. (2012年01月17日 05:08), Arnaud Patard (Rtp) wrote: > "Ying-Chun Liu (PaulLiu)" writes: > > Hi, > >> From: "Ying-Chun Liu (PaulLiu)" >> + >> +#define MX53_LOCO_DA9052_IRQ(6*32 + 11) /* >> GPIO7_11

Re: [PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Rtp
"Ying-Chun Liu (PaulLiu)" writes: Hi, > From: "Ying-Chun Liu (PaulLiu)" > > Add DA9052 PMIC support for Freescale QuickStart Loco board. > The model of PMIC on QuickStart Loco board is "da9053-aa". > > Signed-off-by: Ying-Chun Liu (PaulLiu) > Cc: Amit Kucheria > Cc: Sascha Hauer > --- > arc

Re: [PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Russell King - ARM Linux
On Tue, Jan 17, 2012 at 01:10:53AM +0800, Ying-Chun Liu (PaulLiu) wrote: > diff --git a/arch/arm/mach-mx5/board-mx53_loco.c > b/arch/arm/mach-mx5/board-mx53_loco.c > index fd8b524..61dd8c9 100644 > --- a/arch/arm/mach-mx5/board-mx53_loco.c > +++ b/arch/arm/mach-mx5/board-mx53_loco.c > @@ -23,10 +2

Re: [PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Mark Brown
On Tue, Jan 17, 2012 at 01:10:53AM +0800, Ying-Chun Liu (PaulLiu) wrote: > +#define DA9052_LDO1_VOLT_UPPER 1800 > +#define DA9052_LDO1_VOLT_LOWER 600 > +#define DA9052_LDO1_VOLT_STEP50 This is almost certainly wrong - you should

[PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" Add DA9052 PMIC support for Freescale QuickStart Loco board. The model of PMIC on QuickStart Loco board is "da9053-aa". Signed-off-by: Ying-Chun Liu (PaulLiu) Cc: Amit Kucheria Cc: Sascha Hauer --- arch/arm/mach-mx5/board-mx53_loco.c | 128 +

[PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" Hi, This patch adds da9053 init for Freescale QuickStart Loco board. DA9053 is a MFD device. On QuickStart Loco board we are using the regulators provided by it. Please help us to review this patch. Many Thanks. Ying-Chun Liu (PaulLiu) (1): mx53_loco: add DA9