public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mx53loco: Fix PMIC name
Date: Thu, 13 Dec 2012 09:25:41 +0100	[thread overview]
Message-ID: <50C99105.6000002@denx.de> (raw)
In-Reply-To: <1355243818-23962-1-git-send-email-fabio.estevam@freescale.com>

On 11/12/2012 17:36, Fabio Estevam wrote:
> commit c73368150 (pmic: Extend PMIC framework to support multiple instances 
> of PMIC devices) has incorrectly passed the PMIC name under the FSL PMIC case.
> 
> Fix that by passing "FSL_PMIC" as the parameter of pmic_get.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  board/freescale/mx53loco/mx53loco.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/freescale/mx53loco/mx53loco.c b/board/freescale/mx53loco/mx53loco.c
> index 81c511c..2c8cb7a 100644
> --- a/board/freescale/mx53loco/mx53loco.c
> +++ b/board/freescale/mx53loco/mx53loco.c
> @@ -374,7 +374,7 @@ static int power_init(void)
>  		if (retval)
>  			return retval;
>  
> -		p = pmic_get("DIALOG_PMIC");
> +		p = pmic_get("FSL_PMIC");
>  		if (!p)
>  			return -ENODEV;
>  
> 

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  reply	other threads:[~2012-12-13  8:25 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-11 16:36 [U-Boot] [PATCH] mx53loco: Fix PMIC name Fabio Estevam
2012-12-13  8:25 ` Stefano Babic [this message]
2012-12-20 22:04 ` Robert Nelson
2012-12-22 12:51   ` Fabio Estevam
2012-12-26 15:02   ` Fabio Estevam
2012-12-26 15:07     ` Fabio Estevam
2012-12-26 15:21       ` Fabio Estevam
2012-12-26 15:51         ` Robert Nelson
2012-12-26 15:54           ` Fabio Estevam
2012-12-26 16:04             ` Robert Nelson
2012-12-26 16:50               ` Fabio Estevam
2012-12-26 17:08                 ` Robert Nelson
2012-12-26 17:21                   ` Fabio Estevam
2012-12-26 17:51                     ` Robert Nelson
2013-01-02 18:27                       ` Robert Nelson
2013-01-02 18:33                         ` Fabio Estevam
2013-01-02 19:42                           ` Troy Kisky
2013-01-02 19:58                             ` Robert Nelson
2013-01-02 20:02                               ` Fabio Estevam
2013-01-03  8:53                                 ` Stefano Babic
2013-01-03 13:25                                   ` Fabio Estevam
2013-01-03 13:30                                     ` Marek Vasut
2013-01-03 13:35                                       ` Fabio Estevam
2013-01-03 13:49                                         ` Marek Vasut
2013-01-03 14:07                                           ` Stefano Babic
2013-01-03 18:18                                             ` Troy Kisky
2013-01-03 18:26                                               ` Fabio Estevam
2013-01-03 14:30                                           ` Fabio Estevam
2013-01-03 14:02                                     ` Stefano Babic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50C99105.6000002@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox